MCPcopy
hub / github.com/microsoft/retina / boolPtr

Function boolPtr

shell/trace.go:265–267  ·  view source on GitHub ↗

boolPtr returns a pointer to a bool value.

(b bool)

Source from the content-addressed store, hash-verified

263
264// boolPtr returns a pointer to a bool value.
265func boolPtr(b bool) *bool {
266 return &b
267}

Callers 2

hostNetworkPodForTraceFunction · 0.85
TestBoolPtrFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestBoolPtrFunction · 0.68