MCPcopy Create free account
hub / github.com/Rust-API/Rust-API-Bypass-Checker / is_top

Method is_top

src/analysis/memory/symbolic_value.rs:971–973  ·  view source on GitHub ↗

True if all possible concrete values are elements of the set corresponding to this domain.

(&self)

Source from the content-addressed store, hash-verified

969
970 /// True if all possible concrete values are elements of the set corresponding to this domain.
971 fn is_top(&self) -> bool {
972 matches!(self.expression, Expression::Top)
973 }
974
975 fn is_widened(&self) -> bool {
976 matches!(self.expression, Expression::Widen { .. })

Callers 3

make_binaryMethod · 0.45
joinMethod · 0.45
orMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected