Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2695
def
IsForwardClassDeclaration(clean_lines, linenum):
2696
return
Match(r
'^\s*(\btemplate\b)*.*class\s+\w+;\s*$'
, clean_lines[linenum])
2697
2698
2699
class
_BlockInfo(object):
Callers
1
ShouldCheckNamespaceIndentation
Function · 0.85
Calls
1
Match
Function · 0.70
Tested by
no test coverage detected