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

Method proxyTableSet

lib/executor/engine/proxy.cpp:427–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

425}
426
427Expect<void> Executor::proxyTableSet(Runtime::StackManager &StackMgr,
428 const uint32_t TableIdx,
429 const uint64_t Off,
430 const RefVariant Ref) noexcept {
431 auto *TabInst = getTabInstByIdx(StackMgr, TableIdx);
432 assuming(TabInst);
433 return TabInst->setRefAddr(Off, Ref);
434}
435
436Expect<void> Executor::proxyTableInit(Runtime::StackManager &StackMgr,
437 const uint32_t TableIdx,

Callers

nothing calls this directly

Calls 1

setRefAddrMethod · 0.80

Tested by

no test coverage detected