MCPcopy Index your code
hub / github.com/coder/coder / MessageEvents

Method MessageEvents

aibridge/sse_parser.go:109–111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107}
108
109func (p *SSEParser) MessageEvents() []SSEEvent {
110 return p.EventsByType(SSEEventTypeMessage)
111}
112
113func (p *SSEParser) AllEvents() map[string][]SSEEvent {
114 p.mu.RLock()

Callers 2

TestErrorHandlingFunction · 0.95

Calls 1

EventsByTypeMethod · 0.95

Tested by 2

TestErrorHandlingFunction · 0.76