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

Function PrintCategories

tools/cpplint.py:7790–7796  ·  view source on GitHub ↗

Prints a list of all the error-categories used by error messages. These are the categories used to filter messages via --filter.

()

Source from the content-addressed store, hash-verified

7788
7789
7790def PrintCategories():
7791 """Prints a list of all the error-categories used by error messages.
7792
7793 These are the categories used to filter messages via --filter.
7794 """
7795 sys.stderr.write("".join(f" {cat}\n" for cat in _ERROR_CATEGORIES))
7796 sys.exit(0)
7797
7798
7799def ParseArguments(args):

Callers 1

ParseArgumentsFunction · 0.85

Calls 3

writeMethod · 0.45
joinMethod · 0.45
exitMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…