Expand description
Methods that allow annotation (attribution and blame) for a file in a repository.
TODO: Add support for different blame layers with a trait in the future. Like commit metadata and more.
Structs§
- File
Annotation - Annotation results for a specific file
Functions§
- get_
annotation_ for_ file - Get line by line annotations for a specific file path in the repo.
- get_
annotation_ with_ file_ content - Get line by line annotations for a specific file path starting with the given content.