Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ory/hydra
/ getClientID
Function
getClientID
client/handler_test.go:51–53 ·
view source on GitHub ↗
(body string)
Source
from the content-addressed store, hash-verified
49
}
50
51
func
getClientID(body string) string {
52
return
gjson.Get(body,
"client_id"
).String()
53
}
54
55
func
TestHandler(t *testing.T) {
56
ctx := context.Background()
Callers
1
TestHandler
Function · 0.85
Calls
2
String
Method · 0.65
Get
Method · 0.65
Tested by
no test coverage detected