Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/vscode-cpptools
/ constructor
Method
constructor
Extension/test/unit/eventing.test.ts:21–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19
20
class
Something extends SomeBase {
21
constructor() {
22
super();
23
this.descriptors.add(
'server'
,
'mysrv'
);
24
}
25
26
// emitter declarations
27
readonly initialize = this.newEvent(
'initialize'
);
Callers
nothing calls this directly
Calls
1
add
Method · 0.45
Tested by
no test coverage detected