Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
func
strptr(s string) *string {
12
return
&s
13
}
14
15
type
resolverTestCase
struct
{
16
name string
Callers
4
resolver_test.go
File · 0.85
TestSingleResolver
Function · 0.85
TestMultiResolver
Function · 0.85
TestValidTenantIDs
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected