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

Function onParameterError

resources/debug/entry/python3/entry.py:29–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27
28
29def onParameterError():
30 raise Exception(
31 "Parameters parsing error, please check the format of the input parameters")
32
33
34def onParameterTypeError(t):

Callers 15

parseNumberFunction · 0.70
parseNumberArrayFunction · 0.70
parseNumberArrayArrayFunction · 0.70
parseStringFunction · 0.70
parseStringArrayFunction · 0.70
parseStringArrayArrayFunction · 0.70
parseListNodeFunction · 0.70
parseListNodeArrayFunction · 0.70
parseCharacterFunction · 0.70
parseCharacterArrayFunction · 0.70
parseCharacterArrayArrayFunction · 0.70
parseTreeNodeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected