MCPcopy Create free account
hub / github.com/alibaba/GraphScope / Begin

Method Begin

analytical_engine/misc/cpplint.py:1501–1509  ·  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

1499 self.current_function = ''
1500
1501 def Begin(self, function_name):
1502 """Start analyzing function body.
1503
1504 Args:
1505 function_name: The name of the function being tracked.
1506 """
1507 self.in_a_function = True
1508 self.lines_in_function = 0
1509 self.current_function = function_name
1510
1511 def Count(self):
1512 """Count line in current function body."""

Callers 1

CheckForFunctionLengthsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected