MCPcopy 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
133func (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

NewBackupCollectionFunction · 0.95
BackupMethod · 0.95
EnsureMaxBackupsMethod · 0.95
mFunction · 0.80
crFunction · 0.80
gFunction · 0.80
ZeFunction · 0.80
frFunction · 0.80
urFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected