-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Line 27 in 80a13e3
| func NewAFile(annexpath, repopath, Ofilename string, APFileC []byte) (*AFile, error) { |
The NewAFile() function infers the key from the path in the contents of the file and then runs a search through the directory tree to find the matching filename. We should instead use the new ContentLocation function:
Line 73 in 80a13e3
| func ContentLocation(repo *git.Repository, key string) (string, error) { |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels