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