| 169 | var _ Conversation = &PTYConversation{} |
| 170 | |
| 171 | type noopEmitter struct{} |
| 172 | |
| 173 | func (noopEmitter) EmitMessages([]ConversationMessage) {} |
| 174 | func (noopEmitter) EmitStatus(ConversationStatus) {} |
nothing calls this directly
no outgoing calls
no test coverage detected