| 1658 | }; |
| 1659 | |
| 1660 | IDiskQueue* openDiskQueue(std::string basename, |
| 1661 | std::string ext, |
| 1662 | UID dbgid, |
| 1663 | DiskQueueVersion dqv, |
| 1664 | int64_t fileSizeWarningLimit) { |
| 1665 | return new DiskQueue_PopUncommitted(basename, ext, dbgid, dqv, fileSizeWarningLimit); |
| 1666 | } |
no outgoing calls
no test coverage detected