MCPcopy Index your code
hub / github.com/nodejs/node / GetBuildRequirements

Method GetBuildRequirements

tools/test.py:918–924  ·  view source on GitHub ↗
(self, path, context)

Source from the content-addressed store, hash-verified

916 self.test_root = test_root
917
918 def GetBuildRequirements(self, path, context):
919 (name, rest) = CarCdr(path)
920 result = [ ]
921 for test in self.tests_repos:
922 if not name or name.match(test.GetName()):
923 result += test.GetBuildRequirements(rest, context)
924 return result
925
926 def ListTests(self, current_path, path, context, arch, mode):
927 (name, _rest) = CarCdr(path)

Callers

nothing calls this directly

Calls 4

CarCdrFunction · 0.85
matchMethod · 0.65
GetNameMethod · 0.45
GetBuildRequirementsMethod · 0.45

Tested by

no test coverage detected