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

Function p4KeysContainingBinaryData

git-p4.py:832–835  ·  view source on GitHub ↗

Returns all keys which may contain arbitrary binary data

()

Source from the content-addressed store, hash-verified

830
831
832def p4KeysContainingBinaryData():
833 """Returns all keys which may contain arbitrary binary data
834 """
835 return ['data']
836
837
838def p4KeyContainsFilePaths(key):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected