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

Method proxyTableGet

lib/executor/engine/proxy.cpp:419–425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

417// compiler.
418
419Expect<RefVariant> Executor::proxyTableGet(Runtime::StackManager &StackMgr,
420 const uint32_t TableIdx,
421 const uint64_t Off) noexcept {
422 auto *TabInst = getTabInstByIdx(StackMgr, TableIdx);
423 assuming(TabInst);
424 return TabInst->getRefAddr(Off);
425}
426
427Expect<void> Executor::proxyTableSet(Runtime::StackManager &StackMgr,
428 const uint32_t TableIdx,

Callers

nothing calls this directly

Calls 1

getRefAddrMethod · 0.80

Tested by

no test coverage detected