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

Method IsFailureOutput

tools/test.py:584–585  ·  view source on GitHub ↗
(self, output)

Source from the content-addressed store, hash-verified

582 return output.failed
583
584 def IsFailureOutput(self, output):
585 return output.exit_code != 0
586
587 def GetSource(self):
588 return "(no source available)"

Callers 1

DidFailMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected