MCPcopy 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
2683uint8_t WasmInstance::getModuleId() const {
2684 return _moduleId;
2685}
2686
2687void WasmInstance::setModuleId(uint8_t moduleId) {
2688 _moduleId = moduleId;

Callers 4

dora_wasm_module_idFunction · 0.80
executeMainFileMethod · 0.80
executeMainFileAsyncMethod · 0.80
clearMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected