Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ CarCdr
Function
CarCdr
tools/test.py:840–844 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
838
839
840
def
CarCdr(path):
841
if
len(path) == 0:
842
return
(None, [ ])
843
else
:
844
return
(path[0], path[1:])
845
846
847
class
TestConfiguration(object):
Callers
2
GetBuildRequirements
Method · 0.85
ListTests
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…