MCPcopy Index your code
hub / github.com/coder/mux / getContainerName

Method getContainerName

src/node/runtime/DockerRuntime.ts:318–320  ·  view source on GitHub ↗

* Get the container name (if set)

()

Source from the content-addressed store, hash-verified

316 * Get the container name (if set)
317 */
318 public getContainerName(): string | undefined {
319 return this.containerName;
320 }
321
322 /**
323 * Get Docker image name

Callers 2

createSessionMethod · 0.80
runtime.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected