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

Method fmt

src/analysis/wto.rs:20–25  ·  view source on GitHub ↗
(&self, f: &mut fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

18
19impl Debug for WtoComponent {
20 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
21 match self {
22 WtoComponent::Vertex(v) => write!(f, "{:?}", v),
23 WtoComponent::Circle(c) => write!(f, "{:?}", c),
24 }
25 }
26}
27
28/// Represents a single vertex in CFG

Callers

nothing calls this directly

Calls 3

popMethod · 0.80
pushMethod · 0.80
is_emptyMethod · 0.45

Tested by

no test coverage detected