MCPcopy Index your code
hub / github.com/google/go-github / Int

Function Int

tools/redundantptr/testdata/src/no-warnings/github.go:36–36  ·  view source on GitHub ↗
(v int)

Source from the content-addressed store, hash-verified

34func Bool(v bool) *bool { return Ptr(v) }
35
36func Int(v int) *int { return Ptr(v) }
37
38func Int64(v int64) *int64 { return Ptr(v) }
39

Callers

nothing calls this directly

Calls 1

PtrFunction · 0.70

Tested by

no test coverage detected