MCPcopy Create free account
hub / github.com/ashkulz/NppFTP / ReadLine

Method ReadLine

src/FTPClientWrapperSSL.cpp:690–692  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

688}
689
690int MemoryDataSource::ReadLine(LPSTR /*buffer*/, size_t /*maxsize*/) {
691 return UTE_ERROR;
692}
693
694int MemoryDataSource::WriteLine(LPCSTR /*buffer*/) {
695 return UTE_ERROR;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected