Expand description
Immutable complete-file source versions.
Structs§
- Source
Document - An immutable, contiguous source document with stable line coordinates.
- Source
Line Ref - A one-based source coordinate independent of patch provenance.
- Source
Location - A durable source coordinate within the current review snapshot.
Enums§
- Source
Unavailable - Why a complete source version cannot be displayed.
Constants§
- MAX_
SOURCE_ FILE_ BYTES - Maximum UTF-8 bytes accepted for one complete source version.
- MAX_
SOURCE_ FILE_ LINES - Defensive maximum normalized lines accepted for one complete source version.
Type Aliases§
- Source
Result - One side of a changed file: its complete source, or why it is unavailable.