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

Method NumLines

tools/cpplint.py:2168–2170  ·  view source on GitHub ↗

Returns the number of lines represented.

(self)

Source from the content-addressed store, hash-verified

2166 self.elided.append(CleanseComments(elided))
2167
2168 def NumLines(self):
2169 """Returns the number of lines represented."""
2170 return self.num_lines
2171
2172 @staticmethod
2173 def _CollapseStrings(elided):

Callers 11

ProcessFileDataFunction · 0.95
CloseExpressionFunction · 0.80
__init__Method · 0.80
CheckForFunctionLengthsFunction · 0.80
CheckSpacingFunction · 0.80
CheckBracesSpacingFunction · 0.80
CheckGlobalStaticFunction · 0.80
CheckCastsFunction · 0.80
CheckRedundantVirtualFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected