Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ IsForwardClassDeclaration
Function
IsForwardClassDeclaration
support/cpplint.py:2206–2207 ·
view source on GitHub ↗
(clean_lines, linenum)
Source
from the content-addressed store, hash-verified
2204
2205
2206
def
IsForwardClassDeclaration(clean_lines, linenum):
2207
return
Match(r
'^\s*(\btemplate\b)*.*class\s+\w+;\s*$'
, clean_lines[linenum])
2208
2209
2210
class
_BlockInfo(object):
Callers
1
ShouldCheckNamespaceIndentation
Function · 0.85
Calls
1
Match
Function · 0.85
Tested by
no test coverage detected