MCPcopy Create free account
hub / github.com/D7EAD/mkPIVM / bytes

Method bytes

include/mkpivm/bytecode.h:31–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 }
30
31 void bytes(const std::uint8_t* p, std::size_t n) { buf_.insert(buf_.end(), p, p+n); }
32
33 // record this cursor as the start of IR block_id
34 void mark_block(std::uint32_t block_id) {

Callers

nothing calls this directly

Calls 1

endMethod · 0.80

Tested by

no test coverage detected