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

Struct noopEmitter

x/acpio/acp_conversation.go:46–46  ·  view source on GitHub ↗

noopEmitter is a no-op implementation of Emitter for when no emitter is provided.

Source from the content-addressed store, hash-verified

44
45// noopEmitter is a no-op implementation of Emitter for when no emitter is provided.
46type noopEmitter struct{}
47
48func (noopEmitter) EmitMessages([]st.ConversationMessage) {}
49func (noopEmitter) EmitStatus(st.ConversationStatus) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected