Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ory/hydra
/ ClientHasher
Method
ClientHasher
driver/registry_sql.go:354–359 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
352
}
353
354
func
(m *RegistrySQL) ClientHasher() fosite.Hasher {
355
if
m.fh == nil {
356
m.fh = x.NewHasher(m, m.Config())
357
}
358
return
m.fh
359
}
360
361
func
(m *RegistrySQL) ClientValidator() *client.Validator {
362
if
m.cv == nil {
Callers
nothing calls this directly
Calls
2
Config
Method · 0.95
NewHasher
Function · 0.92
Tested by
no test coverage detected