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

Function newWaitItem

kayak/waiter.go:44–51  ·  view source on GitHub ↗
(r *Runtime, index uint64)

Source from the content-addressed store, hash-verified

42}
43
44func newWaitItem(r *Runtime, index uint64) *waitItem {
45 return &waitItem{
46 r: r,
47 index: index,
48 waitCh: make(chan struct{}, 1),
49 stopCh: make(chan struct{}),
50 }
51}
52
53func (i *waitItem) startFetch() {
54 i.l.Lock()

Callers 1

waitForLogMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected