Skip to main content

load_all

Function load_all 

Source
pub fn load_all(
    config: &PersistenceConfig,
) -> Result<(CausalGraph, HnswService), Error>
Expand description

Restore all kernel state from the configured data directory.

Components that have no saved state are returned as fresh instances.