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

Function parseCharacterArray

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

Source from the content-addressed store, hash-verified

140
141
142def parseCharacterArray(param):
143 if (not isList(param)):
144 onParameterError()
145
146 for i in param:
147 parseCharacter(i)
148
149 return param
150
151
152def parseCharacterArrayArray(param):

Callers 2

parseCharacterArrayArrayFunction · 0.70
parseParameterFunction · 0.70

Calls 3

isListFunction · 0.85
onParameterErrorFunction · 0.70
parseCharacterFunction · 0.70

Tested by

no test coverage detected