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

Method ChunkedWritableStream

Libraries/Http/HttpConnection.cpp:826–826  ·  view source on GitHub ↗

------------------------------------------------------------------------------------------------------- HttpOutgoingMessage -------------------------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

824// HttpOutgoingMessage
825//-------------------------------------------------------------------------------------------------------
826HttpOutgoingMessage::ChunkedWritableStream::ChunkedWritableStream() { setWriteQueue(queue); }
827
828Result HttpOutgoingMessage::ChunkedWritableStream::init(AsyncBuffersPool& buffersPool,
829 AsyncWritableStream& newDestination)

Callers

nothing calls this directly

Calls 1

setWriteQueueFunction · 0.85

Tested by

no test coverage detected