Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WasmEdge/WasmEdge
/ unsafeGetData
Method
unsafeGetData
include/runtime/instance/module.h:420–422 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
418
return unsafeGetData(Idx);
419
}
420
DataInstance *unsafeGetData(uint32_t Idx) const noexcept {
421
return DataInsts[Idx];
422
}
423
424
/// Get the instances count.
425
uint32_t getFuncNum() const noexcept {
Callers
1
getDataInstByIdx
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected