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

Method NumLines

src/tests/coding/cpplint.py:1924–1926  ·  view source on GitHub ↗

Returns the number of lines represented.

(self)

Source from the content-addressed store, hash-verified

1922 self.elided.append(CleanseComments(elided))
1923
1924 def NumLines(self):
1925 """Returns the number of lines represented."""
1926 return self.num_lines
1927
1928 @staticmethod
1929 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