MCPcopy
hub / github.com/caprover/caprover / QueuedPromise

Interface QueuedPromise

src/user/ServiceManager.ts:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36const serviceMangerCache = {} as IHashMapGeneric<ServiceManager>
37
38interface QueuedPromise {
39 resolve: undefined | ((reason?: unknown) => void)
40 reject: undefined | ((reason?: any) => void)
41 promise: undefined | Promise<unknown>
42}
43
44interface QueuedBuild {
45 appName: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected