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

Method run

tools/gyp/test_gyp.py:181–193  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

179 self.hpos = 0
180
181 def run(self):
182 run_start = time.time()
183
184 i = 1
185 for fmt in self.formats:
186 for test in self.tests:
187 self.run_test(test, fmt, i)
188 i += 1
189
190 if self.isatty:
191 self.erase_current_line()
192
193 self.took = time.time() - run_start
194
195 def run_test(self, test, fmt, i):
196 if self.isatty:

Callers 5

mainFunction · 0.95
ExpandVariablesFunction · 0.45
GetCompilerPredefinesFunction · 0.45
_get_musl_versionFunction · 0.45
mac_platformsFunction · 0.45

Calls 3

run_testMethod · 0.95
erase_current_lineMethod · 0.95
timeMethod · 0.45

Tested by

no test coverage detected