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

Class _ExternCInfo

tools/cpplint.py:3072–3076  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

3070
3071
3072class _ExternCInfo(_BlockInfo):
3073 """Stores information about an 'extern "C"' block."""
3074
3075 def __init__(self, linenum):
3076 _BlockInfo.__init__(self, linenum, True)
3077
3078
3079class _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…