MCPcopy Create free account
hub / github.com/alibaba/GraphScope / Count

Method Count

analytical_engine/misc/cpplint.py:1511–1514  ·  view source on GitHub ↗

Count line in current function body.

(self)

Source from the content-addressed store, hash-verified

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

Callers 7

finishMethod · 0.80
GetInnerVertexSizeMethod · 0.80
GetOidMethod · 0.80
DeserializeMethod · 0.80
IncEvalMethod · 0.80
IncEvalMethod · 0.80
CheckForFunctionLengthsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected