MCPcopy 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
22export interface WithDefault<TOutput = any> {
23 default(): TOutput;
24}
25
26export abstract class Emitter {

Callers 1

newEventFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected