MCPcopy Create free account
hub / github.com/pydio/cells / FirstAvailableSlot

Method FirstAvailableSlot

common/storage/sql/sqlite.go:162–164  ·  view source on GitHub ↗
(tableName string, mpath *tree.MPath, levelKey string, mpathes ...string)

Source from the content-addressed store, hash-verified

160}
161
162func (p *sqliteHelper) FirstAvailableSlot(tableName string, mpath *tree.MPath, levelKey string, mpathes ...string) (string, []any, int64, bool) {
163 return "", nil, 0, false
164}
165
166func (p *sqliteHelper) ApplyOrderedUpdates(db *gorm.DB, tableName string, sets []OrderedUpdate, wheres []sql.NamedArg) (int64, error) {
167

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected