MCPcopy 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
236func (c *Checker) Close() error {
237 c.cancel()
238 <-c.closed
239 return nil
240}

Callers

nothing calls this directly

Calls 1

cancelMethod · 0.45

Tested by

no test coverage detected