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

Function close_project_graph

src/commands.rs:1109–1113  ·  view source on GitHub ↗
(cg: TraceDecay)

Source from the content-addressed store, hash-verified

1107}
1108
1109async fn close_project_graph(cg: TraceDecay) -> tracedecay::errors::Result<()> {
1110 cg.checkpoint().await?;
1111 cg.close();
1112 Ok(())
1113}
1114
1115pub(crate) fn handle_upload_counter(enable: bool) {
1116 let mut config = tracedecay::user_config::UserConfig::load();

Callers 2

handle_initFunction · 0.85
handle_syncFunction · 0.85

Calls 2

checkpointMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected