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

Method getInstrs

include/ast/expression.h:26–26  ·  view source on GitHub ↗

Getter for instructions vector.

Source from the content-addressed store, hash-verified

24public:
25 /// Getter for instructions vector.
26 InstrView getInstrs() const noexcept { return Instrs; }
27 InstrVec &getInstrs() noexcept { return Instrs; }
28
29private:

Callers 15

compileMethod · 0.45
validateMethod · 0.45
enterFunctionMethod · 0.45
createGlobalsFunction · 0.45
instantiateMethod · 0.45
instantiateMethod · 0.45
instantiateMethod · 0.45
instantiateMethod · 0.45
instantiateMethod · 0.45
runFunctionMethod · 0.45
proxyCallMethod · 0.45
proxyCallIndirectMethod · 0.45

Calls

no outgoing calls

Tested by 5

TESTFunction · 0.36
createCodeSecFunction · 0.36
createGlobalSecFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36