Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
97
class
DeferredImpl<T> implements Deferred<T> {
Callers
15
activate
Function · 0.65
activate
Function · 0.65
sendMessage
Method · 0.65
remoteKernelControllerWatcher.unit.test.ts
File · 0.65
snapshotService.unit.test.ts
File · 0.65
preWarmVariables.unit.test.ts
File · 0.65
inspect
Method · 0.65
initializeServers
Method · 0.65
getUrlFromUser
Method · 0.65
getDisplayName
Method · 0.65
promptToUseInsecureConnections
Method · 0.65
userServerUriProvider.unit.test.ts
File · 0.65
Implementers
1
DeferredImpl
src/platform/common/utils/async.ts
Calls
no outgoing calls
Tested by
3
runAndFailWithKernelCrash
Function · 0.52
initialize
Function · 0.52
setupMockFs
Function · 0.52