Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ory/hydra
/ Header
Method
Header
cmd/output_jwks.go:41–43 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
39
}
40
41
func
(outputJSONWebKeyCollection) Header() []string {
42
return
outputJsonWebKey{}.Header()
43
}
44
45
func
(c outputJSONWebKeyCollection) Table() [][]string {
46
rows := make([][]string, len(c.Keys))
Callers
nothing calls this directly
Calls
1
Header
Method · 0.65
Tested by
no test coverage detected