Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
173
impl<Type> IntervalAbstractDomain<Type>
Callers
nothing calls this directly
Calls
5
union_paths
Function · 0.85
widen_interval
Function · 0.85
var2itv
Method · 0.80
set_interval
Method · 0.80
is_bottom
Method · 0.45
Tested by
no test coverage detected