()
| 37 | use spacetimedb_standalone::StandaloneEnv; |
| 38 | |
| 39 | pub fn start_runtime() -> Runtime { |
| 40 | Builder::new_multi_thread().enable_all().build().unwrap() |
| 41 | } |
| 42 | |
| 43 | fn with_runtime<F>(func: F) |
| 44 | where |
no test coverage detected
searching dependent graphs…