noopSubAgentClient is a SubAgentClient that does nothing.
| 285 | |
| 286 | // noopSubAgentClient is a SubAgentClient that does nothing. |
| 287 | type noopSubAgentClient struct{} |
| 288 | |
| 289 | var _ SubAgentClient = noopSubAgentClient{} |
| 290 |
nothing calls this directly
no outgoing calls
no test coverage detected