MCPcopy Create free account
hub / github.com/tensorflow/tfjs / IsHeaderExtension

Function IsHeaderExtension

tfjs-backend-wasm/tools/cpplint.py:580–581  ·  view source on GitHub ↗
(file_extension)

Source from the content-addressed store, hash-verified

578 PrintUsage('Header extensions must be comma separated list.')
579
580def IsHeaderExtension(file_extension):
581 return file_extension in _hpp_headers
582
583def ParseNolintSuppressions(filename, raw_line, linenum, error):
584 """Updates the global list of line error-suppressions.

Callers 3

CheckStyleFunction · 0.85
CheckLanguageFunction · 0.85
ProcessFileDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…