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

Struct noopSubAgentClient

agent/agentcontainers/subagent.go:287–287  ·  view source on GitHub ↗

noopSubAgentClient is a SubAgentClient that does nothing.

Source from the content-addressed store, hash-verified

285
286// noopSubAgentClient is a SubAgentClient that does nothing.
287type noopSubAgentClient struct{}
288
289var _ SubAgentClient = noopSubAgentClient{}
290

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected