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

Method new

src/analysis/wto.rs:35–37  ·  view source on GitHub ↗
(bb: BasicBlock)

Source from the content-addressed store, hash-verified

33
34impl WtoVertex {
35 pub fn new(bb: BasicBlock) -> Self {
36 Self { node: bb }
37 }
38
39 /// Check whether it is the entry node of the CFG
40 pub fn is_entry(&self) -> bool {

Callers

nothing calls this directly

Calls 3

visitMethod · 0.80
get_wto_nesting_mapMethod · 0.80
insertMethod · 0.45

Tested by

no test coverage detected