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

Method Get

ui/runtime.go:114–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112
113func (s *TaskEventSink) EmitTaskEvent(event agent.TaskUIEvent) {
114 s.mu.RLock()
115 observer := s.observer
116 s.mu.RUnlock()
117 if observer != nil {
118 observer(event)
119 }

Callers 8

loadMCPFileFunction · 0.45
CollectToolObservationsFunction · 0.45
executeAndCommitToolsMethod · 0.45
ResolveMethod · 0.45
ExecuteOneRequestMethod · 0.45
AbortSiblingsMethod · 0.45
isSafeLockedMethod · 0.45
executeOneMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected