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

Class OptionalBarrier

A step in a flow summary defined using OptionalBarrier[name]. An OptionalBarrier is “opt-out”, by default data can flow freely through the step. Flow through the step can be explicity blocked by defining its node as a barrier.

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.