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

Method BodyStream

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

Source from the content-addressed store, hash-verified

361}
362
363HttpIncomingMessage::BodyStream::BodyStream()
364{
365 setReadQueue(queue);
366 setAutoDestroy(false);
367}
368
369Result HttpIncomingMessage::BodyStream::begin(AsyncBuffersPool& buffersPool, Function<Result()>&& callback)
370{

Callers

nothing calls this directly

Calls 2

setReadQueueFunction · 0.85
setAutoDestroyFunction · 0.85

Tested by

no test coverage detected