Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
813
func
(p ProvisionerJob) Finished() bool {
814
return
p.CanceledAt.Valid || p.CompletedAt.Valid
815
}
816
817
func
(p ProvisionerJob) FinishedAt() time.Time {
818
if
p.CompletedAt.Valid {
Callers
1
isEligibleForDelete
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected