MCPcopy Create free account
hub / github.com/AlSch092/UltimateAntiCheat / WriteCallback

Method WriteCallback

Network/HttpClient.cpp:171–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171size_t HttpClient::WriteCallback(void* contents, size_t size, size_t nmemb, std::string* s)
172{
173 size_t totalSize = size * nmemb;
174 s->append((char*)contents, totalSize);
175 return totalSize;
176}
177
178size_t HttpClient::WriteMemoryCallback(void* contents, size_t size, size_t nmemb, void* userp)
179{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected