MCPcopy
hub / github.com/rs/zerolog / isDone

Method isDone

diode/internal/diodes/poller.go:73–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71}
72
73func (p *Poller) isDone() bool {
74 select {
75 case <-p.ctx.Done():
76 return true
77 default:
78 return false
79 }
80}

Callers 1

NextMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected