Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/CovenantSQL/CovenantSQL
/ reset
Method
reset
sqlchain/observer/worker.go:125–128 ·
view source on GitHub ↗
(head int32)
Source
from the content-addressed store, hash-verified
123
}
124
125
func
(w *subscribeWorker) reset(head int32) {
126
atomic.StoreInt32(&w.head, head)
127
w.start()
128
}
129
130
func
(w *subscribeWorker) start() {
131
w.l.Lock()
Callers
nothing calls this directly
Calls
1
start
Method · 0.95
Tested by
no test coverage detected