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

Method is_bottom

src/analysis/memory/symbolic_value.rs:941–943  ·  view source on GitHub ↗

True if the set of concrete values that correspond to this domain is empty.

(&self)

Source from the content-addressed store, hash-verified

939
940 /// True if the set of concrete values that correspond to this domain is empty.
941 fn is_bottom(&self) -> bool {
942 matches!(&self.expression, Expression::Bottom)
943 }
944
945 /// True if this value is a compile time constant.
946 fn is_compile_time_constant(&self) -> bool {

Callers 4

make_binaryMethod · 0.45
andMethod · 0.45
joinMethod · 0.45
orMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected