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

Function start_runtime

crates/testing/src/modules.rs:39–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37use spacetimedb_standalone::StandaloneEnv;
38
39pub fn start_runtime() -> Runtime {
40 Builder::new_multi_thread().enable_all().build().unwrap()
41}
42
43fn with_runtime<F>(func: F)
44where

Callers 4

mainFunction · 0.85
buildMethod · 0.85
with_runtimeFunction · 0.85

Calls 2

unwrapMethod · 0.45
buildMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…