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

Method is_true

src/analysis/numerical/linear_constraint.rs:638–640  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

636 }
637
638 pub fn is_true(&self) -> bool {
639 self.csts.is_empty()
640 }
641}
642
643impl IntoIterator for LinearConstraintSystem {

Callers

nothing calls this directly

Calls 1

is_emptyMethod · 0.45

Tested by

no test coverage detected