MCPcopy Create free account
hub / github.com/bruderstein/nppPluginManager / writeToString

Method writeToString

libinstall/src/InternetDownload.cpp:266–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264}
265
266void InternetDownload::writeToString(BYTE* buffer, DWORD bufferLength, void* context) {
267 reinterpret_cast<std::string*>(context)->append(reinterpret_cast<char*>(buffer), static_cast<size_t>(bufferLength));
268}

Callers

nothing calls this directly

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected