Expand description
Code repository indexing, parsing, identity, and source discovery boundaries.
Structs§
- Code
Index Plan - Blocking plan for a checkpointed full repository index.
Enums§
- Code
Index Error - Blocking code index failure.
Functions§
- build_
index_ snapshot - Builds a code index snapshot from a clean Git commit or incremental diff.
- changed_
paths_ for_ diff - changed_
paths_ for_ diff_ with_ filters - changed_
paths_ for_ diff_ with_ path_ filters - deleted_
symbol_ names_ for_ diff - Extracts symbol names removed by a diff so impact can include deleted APIs.
- partition_
changed_ paths_ for_ selector - Splits diff paths by the same selector rules used by indexing and impact.
- prepare_
full_ index_ plan - Prepares a full repository index as a bounded, checkpointable batch plan.
- preview_
repository_ scope - Returns a non-mutating preview of the effective repository indexing scope.
- register_
repository - Validates a code source root and creates a stable repository registration.
- resolve_
repository_ ref - resolve_
repository_ ref_ with_ filters - resolve_
repository_ ref_ with_ path_ filters - resolve_
repository_ snapshot - resolve_
repository_ snapshot_ with_ filters - resolve_
repository_ snapshot_ with_ path_ filters