Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ChunkRepo ¶
func ChunkRepo(root string, onFileError func(path string, err error)) ([]localindex.Chunk, int, error)
ChunkRepo walks root and yields chunks. Returns the count of files considered so the caller can show progress. Errors on per-file reads are logged via the callback (if non-nil) but don't abort the walk.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.