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

Method getPostScheduler

Source/Wasm/WasmRuntime.cpp:2574–2577  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2572}
2573
2574Scheduler* WasmRuntime::getPostScheduler() {
2575 AssertUnless(_postScheduler, "should schedule WASM update before getting the post scheduler");
2576 return _postScheduler;
2577}
2578
2579uint32_t WasmRuntime::getMemorySize() const noexcept {
2580 uint32_t totalSize = 0;

Callers 3

Director_SchedulePostedFunction · 0.45
scheduleUpdateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected