MCPcopy
hub / github.com/grafana/dskit / boolPtr

Function boolPtr

kv/multi_test.go:11–13  ·  view source on GitHub ↗
(b bool)

Source from the content-addressed store, hash-verified

9)
10
11func boolPtr(b bool) *bool {
12 return &b
13}
14
15func TestMultiRuntimeConfigWithVariousEnabledValues(t *testing.T) {
16 testcases := map[string]struct {

Calls

no outgoing calls

Tested by

no test coverage detected