MCPcopy Create free account
hub / github.com/CrunchyData/postgres-operator / Bool

Function Bool

internal/initialize/primitives.go:8–8  ·  view source on GitHub ↗

Bool returns a pointer to v.

(v bool)

Source from the content-addressed store, hash-verified

6
7// Bool returns a pointer to v.
8func Bool(v bool) *bool { return &v }
9
10// FromPointer returns the value that p points to.
11// When p is nil, it returns the zero value of T.

Calls

no outgoing calls