MCPcopy Create free account
hub / github.com/ContentSquare/chproxy / testGetUser

Function testGetUser

scope_test.go:499–505  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

497}
498
499func testGetUser() *user {
500 u := &user{
501 maxConcurrentQueries: 1,
502 queueCh: make(chan struct{}, 10000),
503 }
504 return u
505}
506
507func testGetScope(c *cluster, u *user, cu *clusterUser, sessionId string) *scope {
508 s := &scope{id: newScopeID()}

Callers 1

TestIncQueuedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected