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