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

Struct noopEmitter

lib/screentracker/pty_conversation.go:171–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169var _ Conversation = &PTYConversation{}
170
171type noopEmitter struct{}
172
173func (noopEmitter) EmitMessages([]ConversationMessage) {}
174func (noopEmitter) EmitStatus(ConversationStatus) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected