CodeQL library for Rust
codeql/rust-all 0.2.10 (changelog, source)
Search

Class OptionalStep

A step in a flow summary defined using OptionalStep[name]. An OptionalStep is “opt-in”, which means that by default the step is not present in the flow summary and needs to be explicitly enabled by defining an additional flow step.

Import path

import codeql.rust.dataflow.internal.Content

Direct supertypes

Indirect supertypes

Predicates

getAReadContent

Gets a content that may be read from when reading from this set.

getAStoreContent

Gets a content that may be stored into when storing into this set.

toString

Gets a textual representation of this element.