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

Function Bool

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

Source from the content-addressed store, hash-verified

32}
33
34func Bool(v bool) *bool { return Ptr(v) }
35
36func Int(v int) *int { return Ptr(v) }
37

Callers

nothing calls this directly

Calls 1

PtrFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…