Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/category-labs/monad
/ code_size
Method
code_size
category/vm/interpreter/intercode.hpp:59–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
code_size_t code_size() const noexcept
60
{
61
return code_size_;
62
}
63
64
size_t size() const noexcept
65
{
Callers
9
test_execute_raw
Function · 0.80
execute_raw
Method · 0.80
compile
Method · 0.80
event_new_compiled_code_cached
Method · 0.80
set
Method · 0.80
try_set
Method · 0.80
process_authorizations
Method · 0.80
account_to_json
Function · 0.80
state_deltas_to_json
Function · 0.80
Calls
no outgoing calls
Tested by
1
test_execute_raw
Function · 0.64