MCPcopy Create free account
hub / github.com/cortexproject/cortex / strptr

Function strptr

pkg/util/users/resolver_test.go:11–13  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

9)
10
11func strptr(s string) *string {
12 return &s
13}
14
15type resolverTestCase struct {
16 name string

Callers 4

resolver_test.goFile · 0.85
TestSingleResolverFunction · 0.85
TestMultiResolverFunction · 0.85
TestValidTenantIDsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected