Clones out the currently served `TraceDecay` instance. The lock is held only for the clone, never across an await on the instance.
(&self)
| 981 | /// Clones out the currently served `TraceDecay` instance. The lock is |
| 982 | /// held only for the clone, never across an await on the instance. |
| 983 | async fn cg_snapshot(&self) -> Arc<TraceDecay> { |
| 984 | self.cg.read().await.clone() |
| 985 | } |
| 986 | |
| 987 | async fn update_hook_workspace_route( |
| 988 | &self, |