Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_obfuscated
Function · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected