MCPcopy Create free account
hub / github.com/compozy/agh / decodeSSE

Function decodeSSE

internal/cli/client.go:5628–5630  ·  view source on GitHub ↗
(ctx context.Context, body io.ReadCloser, handler SSEHandler)

Source from the content-addressed store, hash-verified

5626}
5627
5628func decodeSSE(ctx context.Context, body io.ReadCloser, handler SSEHandler) error {
5629 return sse.Decode(ctx, body, handler)
5630}
5631
5632func sessionListValues(query SessionListQuery) url.Values {
5633 values := url.Values{}

Callers 7

TestDecodeSSEStopsEarlyFunction · 0.85
doSSEMethod · 0.85
doSessionPromptMethod · 0.85

Calls 1

DecodeFunction · 0.92