splitting an item must always happen inside a transaction, because we always need to check if we can merge it back
This commit is contained in:
@@ -76,12 +76,12 @@ export class AbstractRef {
|
||||
return this._missing
|
||||
}
|
||||
/**
|
||||
* @param {Y} y
|
||||
* @param {Transaction} transaction
|
||||
* @param {StructStore} store
|
||||
* @param {number} offset
|
||||
* @return {AbstractStruct}
|
||||
*/
|
||||
toStruct (y, store, offset) {
|
||||
toStruct (transaction, store, offset) {
|
||||
throw error.methodUnimplemented()
|
||||
}
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user