Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ IsSuccess
Method
IsSuccess
deps/v8/tools/testrunner/objects/output.py:73–74 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
71
return
self.timed_out
72
73
def
IsSuccess(self):
74
return
not self.HasCrashed() and not self.HasTimedOut()
75
76
@property
77
def
exit_code_string(self):
Callers
2
_Run
Method · 0.80
Main
Function · 0.80
Calls
2
HasCrashed
Method · 0.95
HasTimedOut
Method · 0.95
Tested by
no test coverage detected