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

Method sleep

main_test.go:1272–1277  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1270}
1271
1272func (s *stateCH) sleep() {
1273 s.Lock()
1274 s.inited = true
1275 s.Unlock()
1276 <-s.syncCH
1277}
1278
1279func TestNewTLSConfig(t *testing.T) {
1280 cfg := &config.TLS{

Callers 1

fakeCHHandlerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected