pub fn export_workspace(
database_path: &Path,
workspace: &str,
request: &ExportRequest,
) -> Result<ExportReport, ApplicationError>Expand description
Renders one deterministic bounded source-free graph export.
ยงErrors
Returns ApplicationError for missing snapshots, invalid stored data, or invalid bounds.