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

Method processContent

git-p4.py:1655–1660  ·  view source on GitHub ↗
(self, git_mode, relPath, contents)

Source from the content-addressed store, hash-verified

1653 self.writeToGitStream('100644', '.gitattributes', self.generateGitAttributes())
1654
1655 def processContent(self, git_mode, relPath, contents):
1656 if relPath == '.gitattributes':
1657 self.baseGitAttributes = contents
1658 return (git_mode, self.generateGitAttributes())
1659 else:
1660 return LargeFileSystem.processContent(self, git_mode, relPath, contents)
1661
1662
1663class Command:

Callers 1

streamOneP4FileMethod · 0.45

Calls 1

generateGitAttributesMethod · 0.95

Tested by

no test coverage detected