MCPcopy Index your code
hub / github.com/nodejs/node / IsForwardClassDeclaration

Function IsForwardClassDeclaration

tools/cpplint.py:3018–3019  ·  view source on GitHub ↗
(clean_lines, linenum)

Source from the content-addressed store, hash-verified

3016
3017
3018def IsForwardClassDeclaration(clean_lines, linenum):
3019 return re.match(r"^\s*(\btemplate\b)*.*class\s+\w+;\s*$", clean_lines[linenum])
3020
3021
3022class _BlockInfo:

Callers 1

Calls 1

matchMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…