MCPcopy Create free account
hub / github.com/alibaba/GraphScope / _ExternCInfo

Class _ExternCInfo

analytical_engine/misc/cpplint.py:2749–2753  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

2747
2748
2749class _ExternCInfo(_BlockInfo):
2750 """Stores information about an 'extern "C"' block."""
2751
2752 def __init__(self, linenum):
2753 _BlockInfo.__init__(self, linenum, True)
2754
2755
2756class _ClassInfo(_BlockInfo):

Callers 1

UpdateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected