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

Method proxyTableFill

lib/executor/engine/proxy.cpp:501–508  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

499}
500
501Expect<void> Executor::proxyTableFill(Runtime::StackManager &StackMgr,
502 const uint32_t TableIdx,
503 const uint64_t Off, const RefVariant Ref,
504 const uint64_t Len) noexcept {
505 auto *TabInst = getTabInstByIdx(StackMgr, TableIdx);
506 assuming(TabInst);
507 return TabInst->fillRefs(Ref, Off, Len);
508}
509
510Expect<uint64_t> Executor::proxyMemGrow(Runtime::StackManager &StackMgr,
511 const uint32_t MemIdx,

Callers

nothing calls this directly

Calls 1

fillRefsMethod · 0.80

Tested by

no test coverage detected