MCPcopy Create free account
hub / github.com/codehamr/codehamr / streamClosedMsg

Struct streamClosedMsg

internal/tui/commands.go:24–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24type streamClosedMsg struct {
25 ch <-chan llm.Event
26}
27
28// toolResultMsg carries one finished tool call back to Update, tagged with the
29// turnCtx it was dispatched against. Update drops it when that ctx no longer

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected