pub fn explain_scope(
input: QueryScopeView<'_>,
query: &ExplanationQuery,
) -> Result<ScopeExplanation, ScopeExecutionError>Expand description
Explain across existing snapshots with global classification and paging. No catalog lookup, parsing or source acquisition is performed.
ยงErrors
Returns invalid explanation bounds or failures when all content is unreadable.