MCPcopy Create free account
hub / github.com/coder/agentapi / SetAgentConnection

Method SetAgentConnection

x/acpio/acpio_test.go:25–25  ·  view source on GitHub ↗
(c *acp.AgentSideConnection)

Source from the content-addressed store, hash-verified

23var _ acp.Agent = (*testAgent)(nil)
24
25func (a *testAgent) SetAgentConnection(c *acp.AgentSideConnection) { a.conn = c }
26
27func (a *testAgent) Authenticate(context.Context, acp.AuthenticateRequest) (acp.AuthenticateResponse, error) {
28 return acp.AuthenticateResponse{}, nil

Callers 1

newTestPairFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected