MCPcopy Create free account
hub / github.com/alibaba/graph-learn / IsForwardClassDeclaration

Function IsForwardClassDeclaration

dynamic_graph_service/ci/cpplint.py:2424–2425  ·  view source on GitHub ↗
(clean_lines, linenum)

Source from the content-addressed store, hash-verified

2422
2423
2424def IsForwardClassDeclaration(clean_lines, linenum):
2425 return Match(r'^\s*(\btemplate\b)*.*class\s+\w+;\s*$', clean_lines[linenum])
2426
2427
2428class _BlockInfo(object):

Callers 1

Calls 1

MatchFunction · 0.85

Tested by

no test coverage detected