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

Method nextSeq

backend/session.go:390–392  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

388 c.stateMu.Lock()
389 state := c.state
390 if state == nil {
391 s := agent.NewAgentState()
392 state = &s
393 c.state = state
394 }
395 if state.PermissionState == nil {

Callers 1

emitEventMethod · 0.80

Calls 1

AddMethod · 0.80

Tested by

no test coverage detected