Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_circle
Method · 0.80
extrapolate
Method · 0.80
visit_circle
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected