MCPcopy Index your code
hub / github.com/coder/coder / Close

Method Close

coderd/autobuild/notify/notifier.go:91–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89}
90
91func (n *Notifier) Close() {
92 n.cancel()
93 <-n.pollDone
94}
95
96// pollOnce only returns an error so it matches the signature expected of TickerFunc
97// nolint: revive // bare returns are fine here

Callers

nothing calls this directly

Calls 1

cancelMethod · 0.45

Tested by

no test coverage detected