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

Method isLargeFile

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

Source from the content-addressed store, hash-verified

1515 self.largeFiles.remove(relPath)
1516
1517 def isLargeFile(self, relPath):
1518 return relPath in self.largeFiles
1519
1520 def processContent(self, git_mode, relPath, contents):
1521 """Processes the content of git fast import. This method decides if a

Callers 1

streamOneP4DeletionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected