MCPcopy 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
591func isTeamAgentSessionID(sessionID string) bool {
592 if !strings.HasPrefix(sessionID, "team-") {
593 return false
594 }

Callers 2

SaveStateWithRecoveryMethod · 0.85
atomicReplaceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected