MCPcopy Index your code
hub / github.com/AlekSi/pointer / ToInt64

Function ToInt64

pointer.go:72–74  ·  view source on GitHub ↗

ToInt64 returns a pointer to the passed int64 value.

(i int64)

Source from the content-addressed store, hash-verified

70
71// ToInt64 returns a pointer to the passed int64 value.
72func ToInt64(i int64) *int64 {
73 return &i
74}
75
76// ToRune returns a pointer to the passed rune value.
77func ToRune(r rune) *rune {

Callers 2

TestInt64Function · 0.85
ExampleFunction · 0.85

Calls

no outgoing calls

Tested by 2

TestInt64Function · 0.68
ExampleFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…