Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ getModuleId
Method
getModuleId
Source/Wasm/WasmRuntime.cpp:2683–2685 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2681
}
2682
2683
uint8_t WasmInstance::getModuleId() const {
2684
return _moduleId;
2685
}
2686
2687
void WasmInstance::setModuleId(uint8_t moduleId) {
2688
_moduleId = moduleId;
Callers
4
dora_wasm_module_id
Function · 0.80
executeMainFile
Method · 0.80
executeMainFileAsync
Method · 0.80
clear
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected