MCPcopy 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
840def CarCdr(path):
841 if len(path) == 0:
842 return (None, [ ])
843 else:
844 return (path[0], path[1:])
845
846
847class TestConfiguration(object):

Callers 2

GetBuildRequirementsMethod · 0.85
ListTestsMethod · 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…