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