Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/golang-jwt/jwt
/ isEd
Function
isEd
cmd/jwt/main.go:306–308 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
304
}
305
306
func
isEd() bool {
307
return
*flagAlg ==
"EdDSA"
308
}
309
310
func
isNone() bool {
311
return
*flagAlg ==
"none"
Callers
2
verifyToken
Function · 0.85
signToken
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected