MCPcopy 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

_RunMethod · 0.80
MainFunction · 0.80

Calls 2

HasCrashedMethod · 0.95
HasTimedOutMethod · 0.95

Tested by

no test coverage detected