Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
73
func
(p *Poller) isDone() bool {
74
select
{
75
case
<-p.ctx.Done():
76
return
true
77
default:
78
return
false
79
}
80
}
Callers
1
Next
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected