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

Method Finished

coderd/database/modelmethods.go:813–815  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

811}
812
813func (p ProvisionerJob) Finished() bool {
814 return p.CanceledAt.Valid || p.CompletedAt.Valid
815}
816
817func (p ProvisionerJob) FinishedAt() time.Time {
818 if p.CompletedAt.Valid {

Callers 1

isEligibleForDeleteFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected