Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ Close
Method
Close
coderd/updatecheck/updatecheck.go:236–240 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
234
}
235
236
func
(c *Checker) Close() error {
237
c.cancel()
238
<-c.closed
239
return
nil
240
}
Callers
nothing calls this directly
Calls
1
cancel
Method · 0.45
Tested by
no test coverage detected