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

Method triggerLogAwaits

kayak/waiter.go:187–200  ·  view source on GitHub ↗
(l *kt.Log)

Source from the content-addressed store, hash-verified

185}
186
187func (r *Runtime) triggerLogAwaits(l *kt.Log) {
188 rawItem, ok := r.waitLogMap.Load(l.Index)
189 if !ok || rawItem == nil {
190 return
191 }
192
193 item := rawItem.(*waitItem)
194
195 if item == nil {
196 return
197 }
198
199 item.set(l)
200}

Callers 1

followerApplyMethod · 0.95

Calls 1

setMethod · 0.80

Tested by

no test coverage detected