Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/golang-jwt/jwt
/ isEs
Function
isEs
cmd/jwt/main.go:298–300 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
296
}
297
298
func
isEs() bool {
299
return
strings.HasPrefix(*flagAlg,
"ES"
)
300
}
301
302
func
isRs() bool {
303
return
strings.HasPrefix(*flagAlg,
"RS"
) || strings.HasPrefix(*flagAlg,
"PS"
)
Callers
2
verifyToken
Function · 0.85
signToken
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected