pub fn load_detailed_relations(
store: &AtlasStore,
query: &DetailedRelationQuery,
control: Option<&IndexWorkControl>,
) -> ServiceResult<DetailedRelationReport>Expand description
Load and compact-fit one detailed relation report for direct library callers.
Adapters that add wrappers or audit prefixes should use
load_detailed_relation_page and fit the exact final envelope.
ยงErrors
Returns the same traversal, cursor, database, cancellation, and output errors as the draft path.