Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
266
void 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
append
Method · 0.45
Tested by
no test coverage detected