Skip to main content

find

Function find 

Source
pub(super) fn find<'a>(
    catalog: &'a Catalog,
    selector: &Selector,
    reference: &str,
) -> Result<Option<&'a ModelEntry>>
Expand description

Lookup may report absence so the resolver can register explicit sources. Store-qualified references inspect catalog metadata, not live store contents.