(run)
| 133 | } |
| 134 | if (property === "transaction") { |
| 135 | const transaction: FumaDb["transaction"] = (run) => |
| 136 | target.transaction((transactionDb) => run(wrap(transactionDb))); |
| 137 | return transaction; |
| 138 | } |
| 139 | if (property === "upsertMany") { |
nothing calls this directly
no test coverage detected