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

Method widening_with

src/analysis/numerical/interval_domain.rs:168–170  ·  view source on GitHub ↗
(&self, other: &Self)

Source from the content-addressed store, hash-verified

166 }
167
168 fn widening_with(&self, other: &Self) -> Self {
169 self.widening_with(other)
170 }
171}
172
173impl<Type> IntervalAbstractDomain<Type>

Callers

nothing calls this directly

Calls 5

union_pathsFunction · 0.85
widen_intervalFunction · 0.85
var2itvMethod · 0.80
set_intervalMethod · 0.80
is_bottomMethod · 0.45

Tested by

no test coverage detected