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

Method enqueueResponseBuffer

Libraries/HttpClient/HttpClient.cpp:1484–1491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1482}
1483
1484void SC::HttpClientOperation::enqueueResponseBuffer(size_t bufferIndex, size_t size)
1485{
1486 HttpClientOperationEvent event;
1487 event.type = HttpClientOperationEvent::Type::ResponseData;
1488 event.bufferIndex = bufferIndex;
1489 event.size = size;
1490 (void)enqueueEvent(event);
1491}
1492
1493void SC::HttpClientOperation::enqueueResponseComplete()
1494{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected