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

Function _OutputFormat

cpplint.py:1558–1560  ·  view source on GitHub ↗

Gets the module's output format.

()

Source from the content-addressed store, hash-verified

1556
1557
1558def _OutputFormat():
1559 """Gets the module's output format."""
1560 return _cpplint_state.output_format
1561
1562
1563def _SetOutputFormat(output_format):

Callers 1

ParseArgumentsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected