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

Method components

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

Source from the content-addressed store, hash-verified

195 }
196
197 pub fn components(&self) -> Vec<WtoComponent> {
198 self.wto_components.clone()
199 }
200
201 fn component(&mut self, vertex: BasicBlock) -> WtoCircle {
202 let mut partition = Vec::new();

Callers 2

visitMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected