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

Method Snapshot

backend/session.go:184–194  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

182 engine *agent.QueryEngine
183 store *session.Store
184 ui *luminaui.UiRuntime
185 bridge *WSRendererBridge
186
187 stateMu sync.Mutex
188 state *agent.AgentState
189
190 submitMu sync.Mutex
191 submitCancel context.CancelFunc
192
193 busy atomic.Bool
194 seq atomic.Int64
195}
196
197func NewSessionController(sessionID string, cfg config.Config, engine *agent.QueryEngine, state *agent.AgentState, store *session.Store, emit func(PushEvent)) *SessionController {

Callers 2

SubmitMethod · 0.95
dispatchResultMethod · 0.80

Calls 1

LoadMethod · 0.80

Tested by

no test coverage detected