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

Method fmt

rust/src/medium_level_il/function.rs:612–617  ·  view source on GitHub ↗
(&self, f: &mut Formatter)

Source from the content-addressed store, hash-verified

610
611impl Debug for MediumLevelILFunction {
612 fn fmt(&self, f: &mut Formatter) -> std::fmt::Result {
613 f.debug_struct("MediumLevelILFunction")
614 .field("arch", &self.function().arch())
615 .field("instruction_count", &self.instruction_count())
616 .finish()
617 }
618}
619
620unsafe impl Send for MediumLevelILFunction {}

Callers

nothing calls this directly

Calls 4

finishMethod · 0.45
archMethod · 0.45
functionMethod · 0.45
instruction_countMethod · 0.45

Tested by

no test coverage detected