MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / Begin

Method Begin

rtpose_wrapper/scripts/cpp_lint.py:821–829  ·  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

819 self.current_function = ''
820
821 def Begin(self, function_name):
822 """Start analyzing function body.
823
824 Args:
825 function_name: The name of the function being tracked.
826 """
827 self.in_a_function = True
828 self.lines_in_function = 0
829 self.current_function = function_name
830
831 def Count(self):
832 """Count line in current function body."""

Callers 1

CheckForFunctionLengthsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected