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

Method widening_with

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

Source from the content-addressed store, hash-verified

92 }
93
94 pub fn widening_with(&self, other: &Self) -> Self {
95 self.join(other)
96 }
97
98 pub fn narrowing_with(&self, other: &Self) -> Self {
99 self.meet(other)

Callers 1

extrapolateMethod · 0.45

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected