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

Method cg

src/mcp/server.rs:977–979  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

975 /// [`maybe_sync_if_stale`](Self::maybe_sync_if_stale).
976 #[doc(hidden)]
977 pub async fn cg(&self) -> Arc<TraceDecay> {
978 self.cg_snapshot().await
979 }
980
981 /// Clones out the currently served `TraceDecay` instance. The lock is
982 /// held only for the clone, never across an await on the instance.

Calls 1

cg_snapshotMethod · 0.80