Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Rust-API/Rust-API-Bypass-Checker
/ leq
Method
leq
src/analysis/memory/nullness_domain.rs:102–107 ·
view source on GitHub ↗
(&self, other: &Self)
Source
from the content-addressed store, hash-verified
100
}
101
102
pub fn leq(&self, other: &Self) -> bool {
103
other
104
.value_map
105
.iter()
106
.all(|(path, value)| self.get(path) == Some(*value))
107
}
108
}
Callers
1
visit_circle
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected