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

Method HasTimedOut

deps/v8/tools/testrunner/objects/output.py:70–71  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

68 self.exit_code != -signal.SIGABRT)
69
70 def HasTimedOut(self):
71 return self.timed_out
72
73 def IsSuccess(self):
74 return not self.HasCrashed() and not self.HasTimedOut()

Callers 8

IsSuccessMethod · 0.95
mainFunction · 0.45
_LoggedRunMethod · 0.45
get_outcomeMethod · 0.45
formatted_result_outputFunction · 0.45
on_test_resultMethod · 0.45
on_test_resultMethod · 0.45
on_test_resultMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected