Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rust-API/Rust-API-Bypass-Checker
/ singleton
Function
singleton
src/analysis/numerical/interval_domain.rs:464–466 ·
view source on GitHub ↗
(n: Integer)
Source
from the content-addressed store, hash-verified
462
}
463
464
fn singleton(n: Integer) -> Interval {
465
Interval::new(Bound::Int(n.clone()), Bound::Int(n))
466
}
467
468
fn union_paths<Type>(
469
lhs: &IntervalAbstractDomain<Type>,
Callers
3
assign_int
Method · 0.85
apply_bin_op_const_place
Method · 0.85
apply_bin_op_place_const
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected