MCPcopy Index your code
hub / github.com/tensorflow/tfjs / IsForwardClassDeclaration

Function IsForwardClassDeclaration

tfjs-backend-wasm/tools/cpplint.py:2201–2202  ·  view source on GitHub ↗
(clean_lines, linenum)

Source from the content-addressed store, hash-verified

2199
2200
2201def IsForwardClassDeclaration(clean_lines, linenum):
2202 return Match(r'^\s*(\btemplate\b)*.*class\s+\w+;\s*$', clean_lines[linenum])
2203
2204
2205class _BlockInfo(object):

Callers 1

Calls 1

MatchFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…