Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WasmEdge/WasmEdge
/ unsafeGetMemory
Method
unsafeGetMemory
include/runtime/instance/module.h:384–386 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
382
return unsafeGetMemory(Idx);
383
}
384
MemoryInstance *unsafeGetMemory(uint32_t Idx) const noexcept {
385
return MemInsts[Idx];
386
}
387
TagInstance *unsafeGetTag(uint32_t Idx) const noexcept {
388
return TagInsts[Idx];
389
}
Callers
1
getMemInstByIdx
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected