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

Method emitStatus

backend/session.go:394–400  ·  view source on GitHub ↗
(status string, extra map[string]any)

Source from the content-addressed store, hash-verified

392 state = &s
393 c.state = state
394 }
395 if state.PermissionState == nil {
396 state.PermissionState = security.DefaultPermissionState()
397 }
398 state.PermissionState.YoloMode = enabled
399 c.cfg.Yolo = enabled
400 if c.engine != nil {
401 c.engine.Config.Yolo = enabled
402 if c.engine.CoreEngine != nil {
403 c.engine.CoreEngine.Config.Yolo = enabled

Callers 2

SubmitMethod · 0.95
AbortMethod · 0.95

Calls 1

emitEventMethod · 0.80

Tested by

no test coverage detected