| 1821 | } |
| 1822 | |
| 1823 | txSlot* fxUnprojectSlot(txMachine* the, txSnapshot* snapshot, txSlot* slot) |
| 1824 | { |
| 1825 | if (slot) |
| 1826 | slot = snapshot->firstSlot + ((size_t)slot); |
| 1827 | return slot; |
| 1828 | } |
| 1829 | |
| 1830 | int fxUseSnapshot(txMachine* the, txSnapshot* snapshot) |
| 1831 | { |
no outgoing calls
no test coverage detected