MCPcopy 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
178func (r *Rolluper) Close() error {
179 r.cancel()
180 <-r.closed
181 return nil
182}

Callers

nothing calls this directly

Calls 1

cancelMethod · 0.45

Tested by

no test coverage detected