Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ devcontainerCLI
Struct
devcontainerCLI
agent/agentcontainers/devcontainercli.go:219–222 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
217
}
218
219
type
devcontainerCLI
struct
{
220
logger slog.Logger
221
execer agentexec.Execer
222
}
223
224
var
_ DevcontainerCLI = &devcontainerCLI{}
225
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected