Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/rs/zerolog
/ isDone
Method
isDone
diode/internal/diodes/waiter.go:81–88 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
79
}
80
81
func
(w *Waiter) isDone() bool {
82
select
{
83
case
<-w.ctx.Done():
84
return
true
85
default:
86
return
false
87
}
88
}
Callers
1
Next
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected