Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ContentSquare/chproxy
/ kill
Method
kill
main_test.go:1263–1270 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1261
}
1262
1263
func
(s *stateCH) kill() {
1264
s.Lock()
1265
defer
s.Unlock()
1266
if
!s.inited {
1267
return
1268
}
1269
close(s.syncCH)
1270
}
1271
1272
func
(s *stateCH) sleep() {
1273
s.Lock()
Callers
1
fakeCHHandler
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected