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

Function PrintError

tools/test.py:751–753  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

749
750
751def PrintError(str):
752 sys.stderr.write(str)
753 sys.stderr.write('\n')
754
755
756def CheckedUnlink(name):

Callers 1

CheckedUnlinkFunction · 0.70

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…