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

Method __init__

git-p4.py:1578–1580  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

1576 """
1577
1578 def __init__(self, *args):
1579 LargeFileSystem.__init__(self, *args)
1580 self.baseGitAttributes = []
1581
1582 def generatePointer(self, contentFile):
1583 """Generate a Git LFS pointer for the content. Return LFS Pointer file

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected