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

Method take

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

Source from the content-addressed store, hash-verified

92 }
93
94 std::vector<std::uint8_t> take() { return std::move(buf_); }
95 const std::vector<std::uint8_t>& view() const noexcept { return buf_; }
96
97 // sorted block start offsets. block 0 is at 0, the rest follow emit order.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected