MCPcopy Create free account
hub / github.com/SIPp/sipp / Begin

Method Begin

cpplint.py:685–693  ·  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

683 self.current_function = ''
684
685 def Begin(self, function_name):
686 """Start analyzing function body.
687
688 Args:
689 function_name: The name of the function being tracked.
690 """
691 self.in_a_function = True
692 self.lines_in_function = 0
693 self.current_function = function_name
694
695 def Count(self):
696 """Count line in current function body."""

Callers 1

CheckForFunctionLengthsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected