MCPcopy Index your code
hub / github.com/authorizerdev/authorizer / BoolValue

Function BoolValue

internal/refs/bool.go:9–14  ·  view source on GitHub ↗

BoolValue returns the value of the given bool ref

(r *bool)

Source from the content-addressed store, hash-verified

7
8// BoolValue returns the value of the given bool ref
9func BoolValue(r *bool) bool {
10 if r == nil {
11 return false
12 }
13 return *r
14}

Callers 12

UpdateUserMethod · 0.92
ResendOTPMethod · 0.92
UpdateWebhookMethod · 0.92
LoginMethod · 0.92
UpdateProfileMethod · 0.92
VerifyEmailMethod · 0.92
VerifyOTPMethod · 0.92
projectUserFunction · 0.92
projectAuthResponseFunction · 0.92
projectWebhookFunction · 0.92
ForgotPasswordMethod · 0.92

Calls

no outgoing calls

Tested by 1