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

Method from

src/analysis/numerical/linear_constraint.rs:83–85  ·  view source on GitHub ↗
(src: Num)

Source from the content-addressed store, hash-verified

81 Integer: From<Num>,
82{
83 fn from(src: Num) -> Self {
84 LinearExpression::default() + Integer::from(src)
85 }
86}
87
88impl Add<Self> for LinearExpression {

Callers

nothing calls this directly

Calls 4

get_intervalMethod · 0.80
addMethod · 0.45
is_bottomMethod · 0.45
get_paths_iterMethod · 0.45

Tested by

no test coverage detected