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

Method Begin

tools/cpplint.py:1690–1698  ·  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

1688 self.current_function = ""
1689
1690 def Begin(self, function_name):
1691 """Start analyzing function body.
1692
1693 Args:
1694 function_name: The name of the function being tracked.
1695 """
1696 self.in_a_function = True
1697 self.lines_in_function = 0
1698 self.current_function = function_name
1699
1700 def Count(self):
1701 """Count line in current function body."""

Callers 1

CheckForFunctionLengthsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected