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

Function IsForwardClassDeclaration

analytical_engine/misc/cpplint.py:2695–2696  ·  view source on GitHub ↗
(clean_lines, linenum)

Source from the content-addressed store, hash-verified

2693
2694
2695def IsForwardClassDeclaration(clean_lines, linenum):
2696 return Match(r'^\s*(\btemplate\b)*.*class\s+\w+;\s*$', clean_lines[linenum])
2697
2698
2699class _BlockInfo(object):

Callers 1

Calls 1

MatchFunction · 0.70

Tested by

no test coverage detected