Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
11
func
boolPtr(b bool) *bool {
12
return
&b
13
}
14
15
func
TestMultiRuntimeConfigWithVariousEnabledValues(t *testing.T) {
16
testcases :=
map
[string]
struct
{
Callers
1
TestMultiRuntimeConfigWithVariousEnabledValues
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected