MCPcopy Index your code
hub / github.com/git/git / addLargeFile

Method addLargeFile

git-p4.py:1647–1649  ·  view source on GitHub ↗
(self, relPath)

Source from the content-addressed store, hash-verified

1645 )
1646
1647 def addLargeFile(self, relPath):
1648 LargeFileSystem.addLargeFile(self, relPath)
1649 self.writeToGitStream('100644', '.gitattributes', self.generateGitAttributes())
1650
1651 def removeLargeFile(self, relPath):
1652 LargeFileSystem.removeLargeFile(self, relPath)

Callers

nothing calls this directly

Calls 2

generateGitAttributesMethod · 0.95
writeToGitStreamMethod · 0.80

Tested by

no test coverage detected