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

Function push_plain

objdiff-core/src/arch/arm64.rs:2050–2053  ·  view source on GitHub ↗
(args: &mut Cb, text: &'static str)

Source from the content-addressed store, hash-verified

2048
2049#[inline]
2050fn push_plain<Cb>(args: &mut Cb, text: &'static str)
2051where Cb: FnMut(InstructionPart<'static>) {
2052 args(InstructionPart::basic(text));
2053}
2054
2055#[inline]
2056fn push_separator<Cb>(args: &mut Cb)

Callers 4

push_shiftFunction · 0.85
push_unsignedFunction · 0.85
push_signedFunction · 0.85
push_operandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected