MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / close

Method close

kayak/tracker.go:171–178  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

169}
170
171func (t *rpcTracker) close() {
172 if !atomic.CompareAndSwapUint32(&t.closed, 0, 1) {
173 return
174 }
175
176 t.wg.Wait()
177 t.done()
178}

Callers 1

TestTrackerFunction · 0.45

Calls 2

doneMethod · 0.95
WaitMethod · 0.80

Tested by 1

TestTrackerFunction · 0.36