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

Method head

src/analysis/wto.rs:116–118  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

114 }
115
116 pub fn head(&self) -> WtoVertex {
117 WtoVertex::new(self.head)
118 }
119
120 pub fn inc_iter_num(&self) {
121 *(self.num_iter.borrow_mut()) += 1;

Callers 3

visit_circleMethod · 0.80
extrapolateMethod · 0.80
visit_circleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected