Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
113
func
(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
loadMCPFile
Function · 0.45
CollectToolObservations
Function · 0.45
executeAndCommitTools
Method · 0.45
Resolve
Method · 0.45
ExecuteOneRequest
Method · 0.45
AbortSiblings
Method · 0.45
isSafeLocked
Method · 0.45
executeOne
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected