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

Method getLocals

include/ast/segment.h:108–110  ·  view source on GitHub ↗

Getter for locals vector.

Source from the content-addressed store, hash-verified

106
107 /// Getter for locals vector.
108 Span<const std::pair<uint32_t, ValType>> getLocals() const noexcept {
109 return Locals;
110 }
111 std::vector<std::pair<uint32_t, ValType>> &getLocals() noexcept {
112 return Locals;
113 }

Callers 8

compileMethod · 0.45
validateMethod · 0.45
enterFunctionMethod · 0.45
instantiateMethod · 0.45
loadSegmentMethod · 0.45
serializeSegmentMethod · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.36
TESTFunction · 0.36