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

Method setup

Tests/Libraries/Http/HttpAsyncServerTest.cpp:1153–1158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1151
1152void SC::HttpAsyncServerTest::chunkedClientRequestWriting()
1153{
1154 struct RecordingWritableStream : AsyncWritableStream
1155 {
1156 AsyncWritableStream::Request queue[8];
1157 Buffer output;
1158
1159 AsyncBufferView::ID pendingBufferID;
1160 Function<void(AsyncBufferView::ID)> pendingCallback;
1161

Callers

nothing calls this directly

Calls 3

setHeaderMemoryFunction · 0.85
setWritableStreamFunction · 0.85
resetFunction · 0.85

Tested by

no test coverage detected