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

Function IsForwardClassDeclaration

util/cpplint.py:2106–2107  ·  view source on GitHub ↗
(clean_lines, linenum)

Source from the content-addressed store, hash-verified

2104
2105
2106def IsForwardClassDeclaration(clean_lines, linenum):
2107 return Match(r'^\s*(\btemplate\b)*.*class\s+\w+;\s*$', clean_lines[linenum])
2108
2109
2110class _BlockInfo(object):

Callers 1

Calls 1

MatchFunction · 0.85

Tested by

no test coverage detected