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

Method enqueueResponseComplete

Libraries/HttpClient/HttpClient.cpp:1493–1498  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1491}
1492
1493void SC::HttpClientOperation::enqueueResponseComplete()
1494{
1495 HttpClientOperationEvent event;
1496 event.type = HttpClientOperationEvent::Type::ResponseComplete;
1497 (void)enqueueEvent(event);
1498}
1499
1500void SC::HttpClientOperation::enqueueError(Result error)
1501{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected