MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / getWriteQueueSize

Function getWriteQueueSize

Libraries/AsyncStreams/AsyncStreams.h:393–393  ·  view source on GitHub ↗

@brief Returns the size of write queue

Source from the content-addressed store, hash-verified

391
392 /// @brief Returns the size of write queue
393 [[nodiscard]] size_t getWriteQueueSize() const { return writeQueue.size(); }
394
395 /// @brief Writes a buffer (that must be allocated by the AsyncBuffersPool passed in AsyncWritableStream)
396 /// When the buffer it will be actually written, AsyncWritableStream::eventWritten will be raised and

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected