Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coder/coder
/ isClosed
Method
isClosed
enterprise/derpmesh/derpmesh.go:158–165 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
156
}
157
158
func
(m *Mesh) isClosed() bool {
159
select
{
160
case
<-m.closed:
161
return
true
162
default:
163
}
164
return
false
165
}
Callers
2
addAddress
Method · 0.95
Close
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected