MCPcopy Create free account
hub / github.com/apache/mesos / Begin

Method Begin

support/cpplint.py:1049–1057  ·  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

1047 self.current_function = ''
1048
1049 def Begin(self, function_name):
1050 """Start analyzing function body.
1051
1052 Args:
1053 function_name: The name of the function being tracked.
1054 """
1055 self.in_a_function = True
1056 self.lines_in_function = 0
1057 self.current_function = function_name
1058
1059 def Count(self):
1060 """Count line in current function body."""

Callers 1

CheckForFunctionLengthsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected