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

Method End

cpplint.py:1691–1693  ·  view source on GitHub ↗

Stop analyzing function body.

(self)

Source from the content-addressed store, hash-verified

1689 )
1690
1691 def End(self):
1692 """Stop analyzing function body."""
1693 self.in_a_function = False
1694
1695
1696class _IncludeError(Exception):

Callers 1

CheckForFunctionLengthsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected