MCPcopy Create free account
hub / github.com/apple/foundationdb / openDiskQueue

Function openDiskQueue

fdbserver/DiskQueue.actor.cpp:1660–1666  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1658};
1659
1660IDiskQueue* 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}

Callers 3

keyValueStoreMemoryFunction · 0.85
whenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected