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

Method pos

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

Source from the content-addressed store, hash-verified

13 class BytecodeBuilder {
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) {

Callers 1

enc_imm_n_obfuscatedFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected