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

Function PrintVersion

tools/cpplint.py:7783–7787  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7781
7782
7783def PrintVersion():
7784 sys.stdout.write("Cpplint fork (https://github.com/cpplint/cpplint)\n")
7785 sys.stdout.write("cpplint " + __VERSION__ + "\n")
7786 sys.stdout.write("Python " + sys.version + "\n")
7787 sys.exit(0)
7788
7789
7790def PrintCategories():

Callers 1

ParseArgumentsFunction · 0.85

Calls 2

writeMethod · 0.45
exitMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…