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

Method Count

src/tests/coding/cpplint.py:1507–1510  ·  view source on GitHub ↗

Count line in current function body.

(self)

Source from the content-addressed store, hash-verified

1505 self.current_function = function_name
1506
1507 def Count(self):
1508 """Count line in current function body."""
1509 if self.in_a_function:
1510 self.lines_in_function += 1
1511
1512 def Check(self, error, filename, linenum):
1513 """Report if too many lines in function body.

Callers 1

CheckForFunctionLengthsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected