Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/apache/answer
/ GenerateToken
Function
GenerateToken
pkg/token/token.go:25–28 ·
view source on GitHub ↗
GenerateToken generate token
()
Source
from the content-addressed store, hash-verified
23
24
// GenerateToken generate token
25
func
GenerateToken() string {
26
uid, _ := uuid.NewV7()
27
return
uid.String()
28
}
Callers
15
ChatCompletions
Method · 0.92
initializeConversationContext
Method · 0.92
handleNewQuestionNotification
Method · 0.92
SetUserCacheInfo
Method · 0.92
ExternalLogin
Method · 0.92
ExternalLoginBindingUserSendEmail
Method · 0.92
AddAPIKey
Method · 0.92
GenerateCaptcha
Method · 0.92
GetUserActivation
Method · 0.92
SendUserActivation
Method · 0.92
notificationQuestionComment
Method · 0.92
notificationAnswerComment
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected