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

Struct fakeDevcontainerCLI

cli/open_test.go:327–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325}
326
327type fakeDevcontainerCLI struct {
328 config agentcontainers.DevcontainerConfig
329 execAgent func(ctx context.Context, token string) error
330}
331
332func (f *fakeDevcontainerCLI) ReadConfig(ctx context.Context, workspaceFolder, configFile string, env []string, opts ...agentcontainers.DevcontainerCLIReadConfigOptions) (agentcontainers.DevcontainerConfig, error) {
333 return f.config, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected