MCPcopy Create free account
hub / github.com/category-labs/monad / code_span

Method code_span

category/vm/interpreter/intercode.hpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 }
68
69 std::span<uint8_t const> code_span() const noexcept
70 {
71 return {padded_code_, size_t{*code_size_}};
72 }
73
74 bool is_jumpdest(size_t const pc) const noexcept
75 {

Callers 3

TESTFunction · 0.80
test_execute_rawFunction · 0.80
executeMethod · 0.80

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.64
test_execute_rawFunction · 0.64