MCPcopy 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
125func (w *subscribeWorker) reset(head int32) {
126 atomic.StoreInt32(&w.head, head)
127 w.start()
128}
129
130func (w *subscribeWorker) start() {
131 w.l.Lock()

Callers

nothing calls this directly

Calls 1

startMethod · 0.95

Tested by

no test coverage detected