MCPcopy Index your code
hub / github.com/cpplint/cpplint / _SetOutputFormat

Function _SetOutputFormat

cpplint.py:1563–1565  ·  view source on GitHub ↗

Sets the module's output format.

(output_format)

Source from the content-addressed store, hash-verified

1561
1562
1563def _SetOutputFormat(output_format):
1564 """Sets the module's output format."""
1565 _cpplint_state.SetOutputFormat(output_format)
1566
1567
1568def _Quiet():

Callers 1

ParseArgumentsFunction · 0.85

Calls 1

SetOutputFormatMethod · 0.80

Tested by

no test coverage detected