MCPcopy 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
464fn singleton(n: Integer) -> Interval {
465 Interval::new(Bound::Int(n.clone()), Bound::Int(n))
466}
467
468fn union_paths<Type>(
469 lhs: &IntervalAbstractDomain<Type>,

Callers 3

assign_intMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected