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

Method visit_vertex

src/analysis/wto.rs:327–330  ·  view source on GitHub ↗
(&mut self, vertex: &WtoVertex)

Source from the content-addressed store, hash-verified

325
326impl WtoVisitor for WtoNestingIterator {
327 fn visit_vertex(&mut self, vertex: &WtoVertex) {
328 self.wto_nesting_map
329 .insert(*vertex, self.wto_nesting.clone());
330 }
331
332 fn visit_circle(&mut self, circle: &WtoCircle) {
333 let head = circle.head();

Callers 1

visit_componentMethod · 0.45

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected