MCPcopy Index your code
hub / github.com/NVIDIA/gpu-operator / newBoolPtr

Function newBoolPtr

controllers/transforms_test.go:2340–2344  ·  view source on GitHub ↗
(b bool)

Source from the content-addressed store, hash-verified

2338}
2339
2340func newBoolPtr(b bool) *bool {
2341 boolPtr := new(bool)
2342 *boolPtr = b
2343 return boolPtr
2344}
2345
2346func TestTransformDriverManagerInitContainer(t *testing.T) {
2347 testCases := []struct {

Calls

no outgoing calls

Tested by

no test coverage detected