MCPcopy 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
491func testGetClusterUser() *clusterUser {
492 cu = &clusterUser{
493 maxConcurrentQueries: 1,
494 queueCh: make(chan struct{}, 10000),
495 }
496 return cu
497}
498
499func testGetUser() *user {
500 u := &user{

Callers 1

TestIncQueuedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected