(cg: TestTraceDecay)
| 383 | } |
| 384 | |
| 385 | async fn close_test_graph(cg: TestTraceDecay) { |
| 386 | cg.close().await; |
| 387 | } |
| 388 | |
| 389 | async fn init_test_project(project: &Path) -> (TestTraceDecay, TestEnv) { |
| 390 | let env_lock = GLOBAL_DB_ENV_LOCK.lock().await; |
no test coverage detected