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

Method u8

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

Source from the content-addressed store, hash-verified

14 public:
15 std::size_t pos() const noexcept { return buf_.size(); }
16 void u8 (std::uint8_t v) { buf_.push_back(v); }
17
18 void u16(std::uint16_t v) {
19 buf_.push_back(static_cast<std::uint8_t>(v));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected