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

Method begin

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

Source from the content-addressed store, hash-verified

367}
368
369Result HttpIncomingMessage::BodyStream::begin(AsyncBuffersPool& buffersPool, Function<Result()>&& callback)
370{
371 onReadRequest = move(callback);
372 return init(buffersPool);
373}
374
375bool HttpIncomingMessage::BodyStream::pushBodyData(AsyncBufferView::ID bufferID, size_t sizeInBytes)
376{

Callers 8

MaxElementMethod · 0.45
ArrayTestMethod · 0.45
testClassTypeMethod · 0.45
testBasicTypeMethod · 0.45
dataMethod · 0.45
initBodyStreamMethod · 0.45
requestNewBufferMethod · 0.45
getPathsRelativeToMethod · 0.45

Calls 1

initFunction · 0.85

Tested by 3

ArrayTestMethod · 0.36
testClassTypeMethod · 0.36
testBasicTypeMethod · 0.36