MCPcopy Index your code
hub / github.com/Rust-API/Rust-API-Bypass-Checker / narrowing_with

Method narrowing_with

src/analysis/memory/nullness_domain.rs:98–100  ·  view source on GitHub ↗
(&self, other: &Self)

Source from the content-addressed store, hash-verified

96 }
97
98 pub fn narrowing_with(&self, other: &Self) -> Self {
99 self.meet(other)
100 }
101
102 pub fn leq(&self, other: &Self) -> bool {
103 other

Callers 1

refineMethod · 0.45

Calls 1

meetMethod · 0.45

Tested by

no test coverage detected