Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ccagml/leetcode-extension
/ parseStringArrayArray
Function
parseStringArrayArray
resources/debug/entry/python3/entry.py:95–102 ·
view source on GitHub ↗
(param)
Source
from the content-addressed store, hash-verified
93
94
95
def
parseStringArrayArray(param):
96
if
(not isList(param)):
97
onParameterError()
98
99
for
i in param:
100
parseStringArray(i)
101
102
return
param
103
104
105
def
parseListNode(param):
Callers
1
parseParameter
Function · 0.70
Calls
3
isList
Function · 0.85
onParameterError
Function · 0.70
parseStringArray
Function · 0.70
Tested by
no test coverage detected