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

Function IsForwardClassDeclaration

src/tests/coding/cpplint.py:2692–2693  ·  view source on GitHub ↗
(clean_lines, linenum)

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 1

MatchFunction · 0.70

Tested by

no test coverage detected