MCPcopy Index your code
hub / github.com/nodejs/node / Count

Method Count

tools/cpplint.py:1700–1703  ·  view source on GitHub ↗

Count line in current function body.

(self)

Source from the content-addressed store, hash-verified

1698 self.current_function = function_name
1699
1700 def Count(self):
1701 """Count line in current function body."""
1702 if self.in_a_function:
1703 self.lines_in_function += 1
1704
1705 def Check(self, error, filename, linenum):
1706 """Report if too many lines in function body.

Callers 3

CheckForFunctionLengthsFunction · 0.80
module_nameFunction · 0.80
print_remembered_setFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected