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

Method is_entry

src/analysis/wto.rs:40–42  ·  view source on GitHub ↗

Check whether it is the entry node of the CFG

(&self)

Source from the content-addressed store, hash-verified

38
39 /// Check whether it is the entry node of the CFG
40 pub fn is_entry(&self) -> bool {
41 self.node == mir::START_BLOCK
42 }
43
44 pub fn node(&self) -> BasicBlock {
45 self.node

Callers 2

visit_vertexMethod · 0.80
visit_circleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected