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

Function getReadQueueSize

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

@brief Returns the size of read queue

Source from the content-addressed store, hash-verified

279
280 /// @brief Returns the size of read queue
281 [[nodiscard]] size_t getReadQueueSize() const { return readQueue.size(); }
282
283 /// @brief Use push from inside AsyncReadableStream::asyncRead function to queue received data
284 /// @return `true` if the caller can continue pushing

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected