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

Method Abort

backend/session.go:232–241  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

230 state := c.state
231 c.stateMu.Unlock()
232 c.ui.MountStateSnapshot(state)
233}
234
235func (c *SessionController) Snapshot() SessionSnapshot {
236 c.stateMu.Lock()
237 defer c.stateMu.Unlock()
238 return SessionSnapshot{
239 SessionID: c.id,
240 Frame: c.ui.Frame,
241 Busy: c.busy.Load(),
242 Model: c.cfg.APIModel,
243 CWD: c.cfg.CWD,
244 }

Callers 2

ClearMethod · 0.95
dispatchResultMethod · 0.45

Calls 1

emitStatusMethod · 0.95

Tested by

no test coverage detected