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

Method reject

src/platform/common/utils/async.ts:94–94  ·  view source on GitHub ↗
(reason?: any)

Source from the content-addressed store, hash-verified

92 resolve(value?: T | PromiseLike<T>): void;
93 // eslint-disable-next-line @typescript-eslint/no-explicit-any
94 reject(reason?: any): void;
95}
96
97class DeferredImpl<T> implements Deferred<T> {

Callers 15

activateFunction · 0.65
activateFunction · 0.65
sendMessageMethod · 0.65
inspectMethod · 0.65
initializeServersMethod · 0.65
getUrlFromUserMethod · 0.65
getDisplayNameMethod · 0.65

Implementers 1

DeferredImplsrc/platform/common/utils/async.ts

Calls

no outgoing calls

Tested by 3

initializeFunction · 0.52
setupMockFsFunction · 0.52