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

Class _ExternCInfo

tfjs-backend-wasm/tools/cpplint.py:2255–2259  ·  view source on GitHub ↗

Stores information about an 'extern "C"' block.

Source from the content-addressed store, hash-verified

2253
2254
2255class _ExternCInfo(_BlockInfo):
2256 """Stores information about an 'extern "C"' block."""
2257
2258 def __init__(self, linenum):
2259 _BlockInfo.__init__(self, linenum, True)
2260
2261
2262class _ClassInfo(_BlockInfo):

Callers 1

UpdateMethod · 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…