MCPcopy Create free account
hub / github.com/4paradigm/OpenMLDB / IsForwardClassDeclaration

Function IsForwardClassDeclaration

steps/cpplint.py:2706–2707  ·  view source on GitHub ↗
(clean_lines, linenum)

Source from the content-addressed store, hash-verified

2704
2705
2706def IsForwardClassDeclaration(clean_lines, linenum):
2707 return Match(r'^\s*(\btemplate\b)*.*class\s+\w+;\s*$', clean_lines[linenum])
2708
2709
2710class _BlockInfo(object):

Callers 1

Calls 1

MatchFunction · 0.85

Tested by

no test coverage detected