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

Method fmt

rust/src/low_level_il/function.rs:243–249  ·  view source on GitHub ↗
(&self, f: &mut fmt::Formatter)

Source from the content-addressed store, hash-verified

241 F: FunctionForm,
242{
243 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
244 f.debug_struct("LowLevelILFunction")
245 .field("arch", &self.arch())
246 .field("instruction_count", &self.instruction_count())
247 .field("expression_count", &self.expression_count())
248 .finish()
249 }
250}
251
252unsafe impl<A: Architecture, M: FunctionMutability, F: FunctionForm> Send

Callers

nothing calls this directly

Calls 4

finishMethod · 0.45
archMethod · 0.45
instruction_countMethod · 0.45
expression_countMethod · 0.45

Tested by

no test coverage detected