Expand description
Catalog lookup accepts aliases and source URIs without dropping source identity.
Functionsยง
- display_
source ๐ - Choose a concise source locator, keeping revision detail for disambiguation.
- find ๐
- Lookup may report absence so the resolver can register explicit sources. Store-qualified references inspect catalog metadata, not live store contents.
- is_
revision ๐ - Immutable revision prefixes use at least eight hexadecimal digits.
- lookup ๐
- Resolve exactly one catalog entry; never fall back from an ambiguous source.
- matches_
selector ๐ - Match an exact source namespace and optional immutable revision prefix.
- preferred ๐
- Prefer an alias or unqualified source URI; add revision detail only when needed.
- selects ๐
- Confirm that a display selector returns this entry, including alias precedence.