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

FuncType closeFunc

cli/cliui/provisionerjob_test.go:265–265  ·  view source on GitHub ↗
func() error

Source from the content-addressed store, hash-verified

263}
264
265type closeFunc func() error
266
267func (c closeFunc) Close() error {
268 return c()

Callers 1

newProvisionerJobFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected