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

Function NewInt64Ref

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

NewInt64Ref returns a reference to a int64 with given value

(v int64)

Source from the content-addressed store, hash-verified

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

Callers 6

AsAPIWebhookLogMethod · 0.92
AsAPIAuditLogMethod · 0.92
AsAPIWebhookMethod · 0.92
AsAPIUserMethod · 0.92
AsAPIEmailTemplateMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected