MCPcopy Create free account
hub / github.com/eigenform/perfect / extend

Method extend

perfect/src/asm.rs:408–410  ·  view source on GitHub ↗
(&mut self, iter: T)

Source from the content-addressed store, hash-verified

406// Required for implementing [DynasmApi].
407impl Extend<u8> for X64AssemblerFixed {
408 fn extend<T>(&mut self, iter: T) where T: IntoIterator<Item=u8> {
409 self.ops.extend(iter)
410 }
411}
412// Required for implementing [DynasmApi].
413impl <'a> Extend<&'a u8> for X64AssemblerFixed {

Callers 2

run_patternMethod · 0.80
write_csvMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected