Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
emitEvent
Method · 0.80
Calls
1
Add
Method · 0.80
Tested by
no test coverage detected