Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/gotify/server
/ GetTokenID
Function
GetTokenID
auth/util.go:39–41 ·
view source on GitHub ↗
GetTokenID returns the tokenID.
(ctx *gin.Context)
Source
from the content-addressed store, hash-verified
37
38
// GetTokenID returns the tokenID.
39
func
GetTokenID(ctx *gin.Context) string {
40
return
ctx.MustGet(
"tokenid"
).(string)
41
}
Callers
3
CreateMessage
Method · 0.92
Handle
Method · 0.92
Test_getToken
Method · 0.85
Calls
no outgoing calls
Tested by
1
Test_getToken
Method · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…