Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
109
func
(p *SSEParser) MessageEvents() []SSEEvent {
110
return
p.EventsByType(SSEEventTypeMessage)
111
}
112
113
func
(p *SSEParser) AllEvents()
map
[string][]SSEEvent {
114
p.mu.RLock()
Callers
2
TestOpenAIChatCompletions
Function · 0.95
TestErrorHandling
Function · 0.95
Calls
1
EventsByType
Method · 0.95
Tested by
2
TestOpenAIChatCompletions
Function · 0.76
TestErrorHandling
Function · 0.76