Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenListTeam/OpenList
/ Token
Function
Token
pkg/utils/random/random.go:29–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
27
}
28
29
func
Token() string {
30
return
"openlist-"
+ uuid.NewString() + String(64)
31
}
32
33
func
RangeInt64(left, right int64) int64 {
34
return
mathRand.Int63n(left+right) - left
Callers
3
InitialSettings
Function · 0.92
createSessionLocked
Method · 0.92
ResetToken
Function · 0.92
Calls
1
String
Function · 0.70
Tested by
no test coverage detected