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

Method WriteLine

src/FTPClientWrapperSSL.cpp:694–696  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

692}
693
694int MemoryDataSource::WriteLine(LPCSTR /*buffer*/) {
695 return UTE_ERROR;
696}
697
698int MemoryDataSource::Read(LPSTR buffer, size_t count) {
699 size_t size = (std::min)(m_length-m_pointer, count);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected