MCPcopy Index your code
hub / github.com/encounter/objdiff / write

Method write

objdiff-core/src/arch/arm.rs:510–512  ·  view source on GitHub ↗
(&mut self, part: InstructionPart)

Source from the content-addressed store, hash-verified

508
509impl ArgsFormatter<'_> {
510 fn write(&mut self, part: InstructionPart) -> core::fmt::Result {
511 (self.cb)(part).map_err(|_| core::fmt::Error)
512 }
513
514 fn write_opaque<F>(&mut self, value: F) -> core::fmt::Result
515 where F: unarm::FormatValue {

Callers 15

newMethod · 0.45
post_updateMethod · 0.45
updateMethod · 0.45
pre_updateMethod · 0.45
post_updateMethod · 0.45
config_uiFunction · 0.45
project_windowFunction · 0.45
arch_config_windowFunction · 0.45
pre_updateMethod · 0.45
post_updateMethod · 0.45
write_opaqueMethod · 0.45
write_strMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected