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

Method Count

steps/cpplint.py:1522–1525  ·  view source on GitHub ↗

Count line in current function body.

(self)

Source from the content-addressed store, hash-verified

1520 self.current_function = function_name
1521
1522 def Count(self):
1523 """Count line in current function body."""
1524 if self.in_a_function:
1525 self.lines_in_function += 1
1526
1527 def Check(self, error, filename, linenum):
1528 """Report if too many lines in function body.

Callers 1

CheckForFunctionLengthsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected