pub fn graph_read_guard() -> RwLockReadGuard<'static, DaemonGraphStore>Expand description
Read guard over the live graph (lock is process-static via OnceLock).
pub fn graph_read_guard() -> RwLockReadGuard<'static, DaemonGraphStore>Read guard over the live graph (lock is process-static via OnceLock).