MCPcopy Create free account
hub / github.com/ccagml/leetcode-extension / parseCharacter

Function parseCharacter

resources/debug/entry/python3/entry.py:135–139  ·  view source on GitHub ↗
(param)

Source from the content-addressed store, hash-verified

133
134
135def parseCharacter(param):
136 if (not isCharacter(param)):
137 onParameterError()
138
139 return param
140
141
142def parseCharacterArray(param):

Callers 2

parseCharacterArrayFunction · 0.70
parseParameterFunction · 0.70

Calls 2

isCharacterFunction · 0.70
onParameterErrorFunction · 0.70

Tested by

no test coverage detected