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

Class _ConstructorInfo

tools/cpplint.py:3160–3165  ·  view source on GitHub ↗

Stores information about a constructor. For detecting member initializer lists.

Source from the content-addressed store, hash-verified

3158
3159
3160class _ConstructorInfo(_BlockInfo):
3161 """Stores information about a constructor.
3162 For detecting member initializer lists."""
3163
3164 def __init__(self, linenum: int):
3165 _BlockInfo.__init__(self, linenum, seen_open_brace=False)
3166
3167
3168class _NamespaceInfo(_BlockInfo):

Callers 1

_UpdateConstructorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected