MCPcopy Create free account
hub / github.com/clockworklabs/SpacetimeDB / scheduler

Method scheduler

crates/core/src/host/module_host.rs:3495–3500  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

3493 }
3494
3495 fn scheduler(&self) -> &Scheduler {
3496 match &*self.inner {
3497 ModuleHostInner::Wasm(wasm) => wasm.module.scheduler(),
3498 ModuleHostInner::Js(js) => js.module.scheduler(),
3499 }
3500 }
3501}
3502
3503impl WeakModuleHost {

Callers 2

exitMethod · 0.45
exitedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected