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

Method GetConnectionReports

agent/agenttest/client.go:210–212  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

208}
209
210func (c *Client) GetConnectionReports() []*agentproto.ReportConnectionRequest {
211 return c.fakeAgentAPI.GetConnectionReports()
212}
213
214func (c *Client) GetSubAgents() []*agentproto.SubAgent {
215 return c.fakeAgentAPI.GetSubAgents()

Callers 1

assertConnectionReportFunction · 0.45

Calls

no outgoing calls

Tested by 1

assertConnectionReportFunction · 0.36