MCPcopy Index your code
hub / github.com/Rust-API/Rust-API-Bypass-Checker / get_nullness

Method get_nullness

src/analysis/abstract_domain.rs:147–149  ·  view source on GitHub ↗
(&self, path: &Rc<Path>)

Source from the content-addressed store, hash-verified

145 }
146
147 pub fn get_nullness(&self, path: &Rc<Path>) -> Option<PointerNullness> {
148 self.nullness_domain.get(path)
149 }
150
151 fn update_nullness_at(&mut self, path: &Rc<Path>, value: Option<PointerNullness>) {
152 if let Some(nullness) = value {

Callers 2

pointer_nullness_ofMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected