Expand description
Cross-repo linker: connects symbols across namespaces via package registry matching and symbol resolution.
Structs§
- Cross
Repo Edge - A cross-namespace edge produced by the linker.
- Link
Result - Result of a cross-repo linking pass.
- Pending
Ref - An unresolved reference awaiting cross-repo resolution.
- Registered
Package - A package registered in the cross-repo registry.
- Symbol
Match - A matched symbol for cross-repo resolution.
Functions§
- backward_
link - Backward link: resolve OTHER namespaces’ pending refs against THIS namespace’s symbols.
- extract_
packages - Extract packages from manifests for registry insertion.
- forward_
link - Forward link: resolve this namespace’s pending refs against known packages.
- match_
symbol - Match a target_name against a set of symbols with confidence scoring.