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

Method EmitTaskEvent

agent/task_runtime.go:83–83  ·  view source on GitHub ↗
(TaskUIEvent)

Source from the content-addressed store, hash-verified

81
82type TaskEventSink interface {
83 EmitTaskEvent(TaskUIEvent)
84}
85
86func (n TaskNotification) ToMessage() map[string]any {

Callers 1

enqueueLockedMethod · 0.65

Implementers 2

capturingTaskSinktest/task_tools_parity_test.go
TaskEventSinkui/runtime.go

Calls

no outgoing calls

Tested by

no test coverage detected