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

Method PrintInfo

tools/cpplint.py:1541–1545  ·  view source on GitHub ↗
(self, message)

Source from the content-addressed store, hash-verified

1539 self.PrintInfo(f"Total errors found: {self.error_count}\n")
1540
1541 def PrintInfo(self, message):
1542 # _quiet does not represent --quiet flag.
1543 # Hide infos from stdout to keep stdout pure for machine consumption
1544 if not _quiet and self.output_format not in _MACHINE_OUTPUTS:
1545 sys.stdout.write(message)
1546
1547 def PrintError(self, message):
1548 if self.output_format == "junit":

Callers 3

PrintErrorCountsMethod · 0.95
ProcessConfigOverridesFunction · 0.80
ProcessFileFunction · 0.80

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected