MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / Begin

Method Begin

src/tests/coding/cpplint.py:1497–1505  ·  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

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

Callers 1

CheckForFunctionLengthsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected