MCPcopy 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_rawFunction · 0.80
execute_rawMethod · 0.80
compileMethod · 0.80
setMethod · 0.80
try_setMethod · 0.80
account_to_jsonFunction · 0.80
state_deltas_to_jsonFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_execute_rawFunction · 0.64