Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GongShichen/LuminaCode
/ newGenerationID
Function
newGenerationID
session/store.go:589–591 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
587
}
588
return
clean
589
}
590
591
func
isTeamAgentSessionID(sessionID string) bool {
592
if
!strings.HasPrefix(sessionID,
"team-"
) {
593
return
false
594
}
Callers
2
SaveStateWithRecovery
Method · 0.85
atomicReplace
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected