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

Function p4KeysContainingNonUtf8Chars

git-p4.py:825–829  ·  view source on GitHub ↗

Returns all keys which may contain non UTF-8 encoded strings for which a fallback strategy has to be applied.

()

Source from the content-addressed store, hash-verified

823
824
825def p4KeysContainingNonUtf8Chars():
826 """Returns all keys which may contain non UTF-8 encoded strings
827 for which a fallback strategy has to be applied.
828 """
829 return ['desc', 'client', 'FullName']
830
831
832def p4KeysContainingBinaryData():

Callers 2

p4CmdListFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected