MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / NewTaskEventSink

Function NewTaskEventSink

ui/runtime.go:93–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

91 queue chan TaskUiEvent
92 mu sync.RWMutex
93 observer func(agent.TaskUIEvent)
94}
95
96func NewTaskEventSink() *TaskEventSink {
97 return &TaskEventSink{queue: make(chan TaskUiEvent, 128)}
98}

Callers 1

NewUiRuntimeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected