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

Function newMockAgentIO

x/acpio/acp_conversation_test.go:108–110  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

106}
107
108func newMockAgentIO() *mockAgentIO {
109 return &mockAgentIO{}
110}
111
112func (m *mockAgentIO) Write(data []byte) (int, error) {
113 // Signal that write has started

Calls

no outgoing calls

Tested by

no test coverage detected