MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / close_test_graph

Function close_test_graph

tests/mcp_suite/mcp_handler_test.rs:385–387  ·  view source on GitHub ↗
(cg: TestTraceDecay)

Source from the content-addressed store, hash-verified

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

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected