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.ContentDirect 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. |