Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ContentSquare/chproxy
/ testGetClusterUser
Function
testGetClusterUser
scope_test.go:491–497 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
489
}
490
491
func
testGetClusterUser() *clusterUser {
492
cu = &clusterUser{
493
maxConcurrentQueries: 1,
494
queueCh: make(
chan
struct
{}, 10000),
495
}
496
return
cu
497
}
498
499
func
testGetUser() *user {
500
u := &user{
Callers
1
TestIncQueued
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected