MCPcopy Index your code
hub / github.com/coder/coder / noopContainerCLI

Struct noopContainerCLI

agent/agentcontainers/containers.go:27–27  ·  view source on GitHub ↗

noopContainerCLI is a ContainerCLI that does nothing.

Source from the content-addressed store, hash-verified

25
26// noopContainerCLI is a ContainerCLI that does nothing.
27type noopContainerCLI struct{}
28
29var _ ContainerCLI = noopContainerCLI{}
30

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected