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

Method Begin

cpplint.py:1645–1653  ·  view source on GitHub ↗

Start analyzing function body. Args: function_name: The name of the function being tracked.

(self, function_name)

Source from the content-addressed store, hash-verified

1643 self.current_function = ""
1644
1645 def Begin(self, function_name):
1646 """Start analyzing function body.
1647
1648 Args:
1649 function_name: The name of the function being tracked.
1650 """
1651 self.in_a_function = True
1652 self.lines_in_function = 0
1653 self.current_function = function_name
1654
1655 def Count(self):
1656 """Count line in current function body."""

Callers 1

CheckForFunctionLengthsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected