MCPcopy Create free account
hub / github.com/4paradigm/OpenMLDB / Begin

Method Begin

steps/cpplint.py:1512–1520  ·  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

1510 self.current_function = ''
1511
1512 def Begin(self, function_name):
1513 """Start analyzing function body.
1514
1515 Args:
1516 function_name: The name of the function being tracked.
1517 """
1518 self.in_a_function = True
1519 self.lines_in_function = 0
1520 self.current_function = function_name
1521
1522 def Count(self):
1523 """Count line in current function body."""

Callers 1

CheckForFunctionLengthsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected