MCPcopy 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
354func (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
361func (m *RegistrySQL) ClientValidator() *client.Validator {
362 if m.cv == nil {

Callers

nothing calls this directly

Calls 2

ConfigMethod · 0.95
NewHasherFunction · 0.92

Tested by

no test coverage detected