MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / setModuleId

Method setModuleId

Source/Wasm/WasmRuntime.cpp:2687–2689  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2685}
2686
2687void WasmInstance::setModuleId(uint8_t moduleId) {
2688 _moduleId = moduleId;
2689}
2690
2691void WasmRuntime::buildWaAsync(String fullPath, const std::function<void(String)>& callback) {
2692#ifdef DORA_NO_WA

Callers 2

executeMainFileMethod · 0.80
executeMainFileAsyncMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected