MCPcopy
hub / github.com/ory/hydra / DisableValidation

Function DisableValidation

driver/factory.go:74–78  ·  view source on GitHub ↗

DisableValidation validating the config. This does not affect schema validation!

()

Source from the content-addressed store, hash-verified

72//
73// This does not affect schema validation!
74func DisableValidation() OptionsModifier {
75 return func(o *options) {
76 o.noValidate = true
77 }
78}
79
80// DisablePreloading will not preload the config.
81func DisablePreloading() OptionsModifier {

Callers 6

purgeFunction · 0.92
makeMigrationManagerMethod · 0.92
TestManagersFunction · 0.92

Calls

no outgoing calls

Tested by 4

TestManagersFunction · 0.74