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

Method write_shift_op

objdiff-core/src/arch/arm.rs:590–592  ·  view source on GitHub ↗
(&mut self, shift_op: unarm::ShiftOp)

Source from the content-addressed store, hash-verified

588 }
589
590 fn write_shift_op(&mut self, shift_op: unarm::ShiftOp) -> core::fmt::Result {
591 self.write_opaque(shift_op)
592 }
593
594 fn write_coproc(&mut self, coproc: unarm::Coproc) -> core::fmt::Result {
595 self.write_opaque(coproc)

Callers

nothing calls this directly

Calls 1

write_opaqueMethod · 0.80

Tested by

no test coverage detected