(&self)
| 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. |