MCPcopy Create free account
hub / github.com/MCSManager/MCSManager / getDocker

Method getDocker

daemon/src/service/docker_service.ts:93–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

91 }
92
93 public getDocker() {
94 return this.docker;
95 }
96
97 public static setBuilderProgress(imageName: string, status: number) {
98 DockerManager.builderProgress.set(imageName, status);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected