MCPcopy Create free account
hub / github.com/git/git / addLargeFile

Method addLargeFile

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

Source from the content-addressed store, hash-verified

1509 return False
1510
1511 def addLargeFile(self, relPath):
1512 self.largeFiles.add(relPath)
1513
1514 def removeLargeFile(self, relPath):
1515 self.largeFiles.remove(relPath)

Callers 1

processContentMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected