MCPcopy
hub / github.com/caprover/caprover / QueuedBuild

Interface QueuedBuild

src/user/ServiceManager.ts:44–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44interface QueuedBuild {
45 appName: string
46 source: IImageSource
47 promiseToSave: QueuedPromise
48}
49
50class ServiceManager {
51 static get(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected