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

Method readOptions

git-p4.py:3720–3722  ·  view source on GitHub ↗
(self, d)

Source from the content-addressed store, hash-verified

3718 d["options"] = ' '.join(sorted(option_keys.keys()))
3719
3720 def readOptions(self, d):
3721 self.keepRepoPath = ('options' in d
3722 and ('keepRepoPath' in d['options']))
3723
3724 def gitRefForBranch(self, branch):
3725 if branch == "main":

Callers 1

runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected