Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
9
func
BoolValue(r *bool) bool {
10
if
r == nil {
11
return
false
12
}
13
return
*r
14
}
Callers
12
TestUpdateProfileGRPCDoesNotDisableMFA
Function · 0.92
UpdateUser
Method · 0.92
ResendOTP
Method · 0.92
UpdateWebhook
Method · 0.92
Login
Method · 0.92
UpdateProfile
Method · 0.92
VerifyEmail
Method · 0.92
VerifyOTP
Method · 0.92
projectUser
Function · 0.92
projectAuthResponse
Function · 0.92
projectWebhook
Function · 0.92
ForgotPassword
Method · 0.92
Calls
no outgoing calls
Tested by
1
TestUpdateProfileGRPCDoesNotDisableMFA
Function · 0.74