Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/postgres-ai/database-lab-engine
/ sort
Method
sort
engine/pkg/util/backup/collection.go:133–137 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
131
}
132
133
func
(c *Collection) sort() {
134
sort.Slice(c.backups,
func
(i, j int) bool {
135
return
c.backups[i].Time.Before(c.backups[j].Time)
136
})
137
}
Callers
15
NewBackupCollection
Function · 0.95
Backup
Method · 0.95
EnsureMaxBackups
Method · 0.95
swagger-ui-bundle.js
File · 0.80
m
Function · 0.80
cr
Function · 0.80
g
Function · 0.80
Ze
Function · 0.80
swagger-ui-standalone-preset.js
File · 0.80
fr
Function · 0.80
ur
Function · 0.80
swagger-ui-es-bundle.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected