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

Method CheckBegin

tfjs-backend-wasm/tools/cpplint.py:2295–2298  ·  view source on GitHub ↗
(self, filename, clean_lines, linenum, error)

Source from the content-addressed store, hash-verified

2293 break
2294
2295 def CheckBegin(self, filename, clean_lines, linenum, error):
2296 # Look for a bare ':'
2297 if Search('(^|[^:]):($|[^:])', clean_lines.elided[linenum]):
2298 self.is_derived = True
2299
2300 def CheckEnd(self, filename, clean_lines, linenum, error):
2301 # If there is a DISALLOW macro, it should appear near the end of

Callers

nothing calls this directly

Calls 1

SearchFunction · 0.85

Tested by

no test coverage detected