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

Method runLocalGetOp

lib/executor/engine/variableInstr.cpp:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9namespace Executor {
10
11Expect<void> Executor::runLocalGetOp(Runtime::StackManager &StackMgr,
12 uint32_t StackOffset) const noexcept {
13 StackMgr.push(StackMgr.getTopN(StackOffset));
14 return {};
15}
16
17Expect<void> Executor::runLocalSetOp(Runtime::StackManager &StackMgr,
18 uint32_t StackOffset) const noexcept {

Callers

nothing calls this directly

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected