Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ Close
Method
Close
coderd/database/dbpurge/dbpurge.go:413–417 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
411
}
412
413
func
(i *instance) Close() error {
414
i.cancel()
415
<-i.closed
416
return
nil
417
}
418
419
// chatFromAutoArchiveRow reshapes the query row into a database.Chat for
420
// audit.Auditable[database.Chat].
Callers
nothing calls this directly
Calls
1
cancel
Method · 0.45
Tested by
no test coverage detected