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

Method write_coproc

objdiff-core/src/arch/arm.rs:594–596  ·  view source on GitHub ↗
(&mut self, coproc: unarm::Coproc)

Source from the content-addressed store, hash-verified

592 }
593
594 fn write_coproc(&mut self, coproc: unarm::Coproc) -> core::fmt::Result {
595 self.write_opaque(coproc)
596 }
597
598 fn write_co_reg(&mut self, co_reg: unarm::CoReg) -> core::fmt::Result {
599 self.write_opaque(co_reg)

Callers

nothing calls this directly

Calls 1

write_opaqueMethod · 0.80

Tested by

no test coverage detected