Skip to main content

bootstrap_serve

Function bootstrap_serve 

Source
pub async fn bootstrap_serve(
    db_path: &Path,
    args: &ServeArgs,
    app_config: &AppConfig,
) -> Result<ServeBootstrap>
Expand description

Build all daemon state and spawn background tasks. Returns the aggregated state without binding any sockets — testable in isolation.