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

Method unsafeGetTag

include/runtime/instance/module.h:387–389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

385 return MemInsts[Idx];
386 }
387 TagInstance *unsafeGetTag(uint32_t Idx) const noexcept {
388 return TagInsts[Idx];
389 }
390 Expect<GlobalInstance *> getGlobal(uint32_t Idx) const noexcept {
391 std::shared_lock Lock(Mutex);
392 if (Idx >= GlobInsts.size()) {

Callers 1

getTagInstByIdxMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected