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

Method inClientSpec

git-p4.py:3392–3398  ·  view source on GitHub ↗
(self, path)

Source from the content-addressed store, hash-verified

3390 gitStream.write("\n")
3391
3392 def inClientSpec(self, path):
3393 if not self.clientSpecDirs:
3394 return True
3395 inClientSpec = self.clientSpecDirs.map_in_client(path)
3396 if not inClientSpec and self.verbose:
3397 print('Ignoring file outside of client spec: {0}'.format(path))
3398 return inClientSpec
3399
3400 def hasBranchPrefix(self, path):
3401 if not self.branchPrefixes:

Callers 1

commitMethod · 0.95

Calls 1

map_in_clientMethod · 0.80

Tested by

no test coverage detected