Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
IsSuccess
Method · 0.95
main
Function · 0.45
_LoggedRun
Method · 0.45
get_outcome
Method · 0.45
formatted_result_output
Function · 0.45
on_test_result
Method · 0.45
on_test_result
Method · 0.45
on_test_result
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected