Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
TEST
Function · 0.80
test_execute_raw
Function · 0.80
execute
Method · 0.80
Calls
no outgoing calls
Tested by
2
TEST
Function · 0.64
test_execute_raw
Function · 0.64