()
| 2210 | sync: (params) => { |
| 2211 | const transactionStack: Array<OpenSyncTransaction<T, TKey>> = [] |
| 2212 | const getOpenTransaction = () => |
| 2213 | transactionStack[transactionStack.length - 1] |
| 2214 | let fullStartPromise: Promise<void> | null = null |
| 2215 | const cancelledLoadKeys = new Set<string>() |
| 2216 | const loadSubscriptionIds = new WeakMap<object, string>() |
no outgoing calls
no test coverage detected
searching dependent graphs…