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

Method fmt

rust/src/binary_writer.rs:73–78  ·  view source on GitHub ↗
(&self, f: &mut std::fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

71
72impl Debug for BinaryWriter {
73 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
74 f.debug_struct("BinaryWriter")
75 .field("offset", &self.offset())
76 .field("endianness", &self.endianness())
77 .finish()
78 }
79}
80
81impl Seek for BinaryWriter {

Callers

nothing calls this directly

Calls 3

finishMethod · 0.45
offsetMethod · 0.45
endiannessMethod · 0.45

Tested by

no test coverage detected