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

Function setWriteQueue

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

@brief Sets the write queue for this writable stream

Source from the content-addressed store, hash-verified

388
389 /// @brief Sets the write queue for this writable stream
390 constexpr void setWriteQueue(Span<Request> requests) { writeQueue = requests; }
391
392 /// @brief Returns the size of write queue
393 [[nodiscard]] size_t getWriteQueueSize() const { return writeQueue.size(); }

Callers 7

PumpWritableStreamMethod · 0.85
DummyWritableStreamMethod · 0.85
StressWritableStreamMethod · 0.85
ChunkedWritableStreamMethod · 0.85
initMethod · 0.85

Calls

no outgoing calls

Tested by 5

PumpWritableStreamMethod · 0.68
DummyWritableStreamMethod · 0.68
StressWritableStreamMethod · 0.68