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

Function newOrderedJSONMap

session/store.go:593–595  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

591func isTeamAgentSessionID(sessionID string) bool {
592 if !strings.HasPrefix(sessionID, "team-") {
593 return false
594 }
595 parts := strings.Split(sessionID, "-")
596 return len(parts) >= 7
597}
598

Callers 4

SaveStateWithRecoveryMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected