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

Method contains

src/analysis/numerical/interval_domain.rs:215–217  ·  view source on GitHub ↗
(&self, path: &Rc<Path>)

Source from the content-addressed store, hash-verified

213 }
214
215 pub fn contains(&self, path: &Rc<Path>) -> bool {
216 self.intervals.contains_key(path)
217 }
218
219 pub fn get_domain_type() -> AbstractDomainType {
220 <Self as GetDomainType>::get_domain_type()

Callers 3

renameMethod · 0.45
duplicateMethod · 0.45
union_pathsFunction · 0.45

Calls 1

contains_keyMethod · 0.80

Tested by

no test coverage detected