MCPcopy Create free account
hub / github.com/authorizerdev/authorizer / NewBoolRef

Function NewBoolRef

internal/refs/bool.go:4–6  ·  view source on GitHub ↗

NewBoolRef returns a reference to a bool with given value

(v bool)

Source from the content-addressed store, hash-verified

2
3// NewBoolRef returns a reference to a bool with given value
4func NewBoolRef(v bool) *bool {
5 return &v
6}
7
8// BoolValue returns the value of the given bool ref
9func BoolValue(r *bool) bool {

Callers 10

TestUpdateWebhookTestFunction · 0.92
InviteMembersMethod · 0.92
LoginMethod · 0.92
ResetPasswordMethod · 0.92
SignUpMethod · 0.92
VerifyEmailMethod · 0.92
ForgotPasswordMethod · 0.92
AsAPIWebhookMethod · 0.92

Calls

no outgoing calls