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

Function parseString

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

Source from the content-addressed store, hash-verified

76
77
78def parseString(param):
79 if (not isString(param)):
80 onParameterError()
81
82 return param
83
84
85def parseStringArray(param):

Callers 2

parseStringArrayFunction · 0.70
parseParameterFunction · 0.70

Calls 2

isStringFunction · 0.70
onParameterErrorFunction · 0.70

Tested by

no test coverage detected