Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ Close
Method
Close
coderd/database/dbrollup/dbrollup.go:178–182 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
176
}
177
178
func
(r *Rolluper) Close() error {
179
r.cancel()
180
<-r.closed
181
return
nil
182
}
Callers
nothing calls this directly
Calls
1
cancel
Method · 0.45
Tested by
no test coverage detected