MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / fmt

Method fmt

rust/src/basic_block.rs:37–43  ·  view source on GitHub ↗
(&self, f: &mut fmt::Formatter)

Source from the content-addressed store, hash-verified

35
36impl<'a, C: 'a + fmt::Debug + BlockContext> fmt::Debug for Edge<'a, C> {
37 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
38 write!(
39 f,
40 "{:?} ({}) {:?} -> {:?}",
41 self.branch, self.back_edge, &*self.source, &*self.target
42 )
43 }
44}
45
46pub struct EdgeContext<'a, C: 'a + BlockContext> {

Callers

nothing calls this directly

Calls 4

start_indexMethod · 0.80
end_indexMethod · 0.80
raw_lengthMethod · 0.80
finishMethod · 0.45

Tested by

no test coverage detected