Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/vscode-cpptools
/ default
Method
default
Extension/src/Utility/Eventing/emitter.ts:23–23 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
21
22
export
interface
WithDefault<TOutput = any> {
23
default(): TOutput;
24
}
25
26
export
abstract
class
Emitter {
Callers
1
newEvent
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected