MCPcopy Create free account
hub / github.com/deepnote/vscode-deepnote / resolve

Method resolve

src/platform/common/utils/async.ts:92–92  ·  view source on GitHub ↗
(value?: T | PromiseLike<T>)

Source from the content-addressed store, hash-verified

90 readonly completed: boolean;
91 readonly value?: T;
92 resolve(value?: T | PromiseLike<T>): void;
93 // eslint-disable-next-line @typescript-eslint/no-explicit-any
94 reject(reason?: any): void;
95}

Callers 13

migrateSettingMethod · 0.65
addCommandMethod · 0.65
cacheFunction · 0.65
async.unit.test.tsFile · 0.65
showLazyLoadQuickPickMethod · 0.65
PromiseChainClass · 0.65
chainMethod · 0.65
chainFinallyMethod · 0.65
execObservableMethod · 0.65

Implementers 1

DeferredImplsrc/platform/common/utils/async.ts

Calls

no outgoing calls

Tested by

no test coverage detected