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

Method fmt

rust/src/architecture.rs:856–860  ·  view source on GitHub ↗
(&self, f: &mut Formatter<'_>)

Source from the content-addressed store, hash-verified

854
855impl Debug for CoreRegister {
856 fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result {
857 f.debug_struct("CoreRegister")
858 .field("id", &self.id)
859 .finish()
860 }
861}
862
863impl CoreArrayProvider for CoreRegister {

Callers

nothing calls this directly

Calls 8

finishMethod · 0.45
nameMethod · 0.45
endiannessMethod · 0.45
address_sizeMethod · 0.45
default_integer_sizeMethod · 0.45
instruction_alignmentMethod · 0.45
max_instr_lenMethod · 0.45
opcode_display_lenMethod · 0.45

Tested by

no test coverage detected