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

Function PrintCrashed

tools/test.py:1585–1589  ·  view source on GitHub ↗
(code)

Source from the content-addressed store, hash-verified

1583
1584
1585def PrintCrashed(code):
1586 if utils.IsWindows():
1587 return "CRASHED"
1588 else:
1589 return "CRASHED (Signal: %d)" % -code
1590
1591
1592# these suites represent special cases that should not be run as part of the

Callers 1

RemoveMultiLineCommentsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…