MCPcopy Create free account
hub / github.com/andreiavrammsd/cpp-channel / queue_storage

Method queue_storage

include/msd/storage.hpp:30–30  ·  view source on GitHub ↗

* @brief Constructs the queue storage (parameter ignored, required for interface compatibility). * * @warning Do not construct manually. This constructor may change anytime. */

Source from the content-addressed store, hash-verified

28 * @warning Do not construct manually. This constructor may change anytime.
29 */
30 explicit queue_storage(std::size_t) {}
31
32 /**
33 * @brief Adds an element to the back of the queue.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected