pub fn node_status_offline(registry_path: &Path) -> Result<NodeStatusResult>Expand description
Get the status of all registered nodes without the daemon.
Since the daemon is not running, nodes are reported as Stopped — except those carrying a
persisted EvictionRecord, which are reported as Evicted (the marker survives independently
of the daemon).