MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / getLocalNum

Method getLocalNum

include/runtime/instance/function.h:97–99  ·  view source on GitHub ↗

Getter for function local number.

Source from the content-addressed store, hash-verified

95
96 /// Getter for function local number.
97 uint32_t getLocalNum() const noexcept {
98 return std::get_if<WasmFunction>(&Data)->LocalNum;
99 }
100
101 /// Getter for function body instrs.
102 AST::InstrView getInstrs() const noexcept {

Callers 1

enterFunctionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected