MCPcopy Create free account
hub / github.com/QuantumNous/new-api / getUserAuthVersionKey

Function getUserAuthVersionKey

model/user_auth_cache.go:30–32  ·  view source on GitHub ↗
(userId int)

Source from the content-addressed store, hash-verified

28}
29
30func getUserAuthVersionKey(userId int) string {
31 return fmt.Sprintf("auth:user:version:%d", userId)
32}
33
34// A pending fence only covers the interval between publishing the next
35// version and the surrounding database transaction reaching a decision. Its

Calls

no outgoing calls