MCPcopy Create free account
hub / github.com/microsoft/vscode-cpptools / cancel

Method cancel

Extension/src/Utility/Eventing/emitter.ts:17–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15 now?: boolean;
16 default?: TOutput | Promise<TOutput> | (() => TOutput) | (() => Promise<TOutput>);
17 cancel?(): TOutput | never;
18 descriptors?: Record<string, string | string[]>;
19 once?: boolean;
20}

Callers 10

newEventFunction · 0.65
handleSquigglesMethod · 0.65
timeoutMethod · 0.65
onSwitchHeaderSourceFunction · 0.65
ValueMethod · 0.65
disposeMethod · 0.65
prepareCallHierarchyMethod · 0.65
provideRenameEditsMethod · 0.65
provideReferencesMethod · 0.65

Implementers 1

DeferralExtension/src/LanguageServer/utils.ts

Calls

no outgoing calls

Tested by

no test coverage detected