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

Method unsafeGetTable

include/runtime/instance/module.h:373–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

371 return unsafeGetTable(Idx);
372 }
373 TableInstance *unsafeGetTable(uint32_t Idx) const noexcept {
374 return TabInsts[Idx];
375 }
376 Expect<MemoryInstance *> getMemory(uint32_t Idx) const noexcept {
377 std::shared_lock Lock(Mutex);
378 if (Idx >= MemInsts.size()) {

Callers 1

getTabInstByIdxMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected