Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ __init__
Method
__init__
tools/cpplint.py:3075–3076 ·
view source on GitHub ↗
(self, linenum)
Source
from the content-addressed store, hash-verified
3073
""
"Stores information about an 'extern "
C
"' block."
""
3074
3075
def
__init__(self, linenum):
3076
_BlockInfo.__init__(self, linenum, True)
3077
3078
3079
class
_ClassInfo(_BlockInfo):
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected