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

Method Write

src/FTPClientWrapperSSL.cpp:709–711  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

707}
708
709int MemoryDataSource::Write(LPCSTR /*buffer*/, size_t /*count*/) {
710 return UTE_ERROR;
711}
712
713long MemoryDataSource::Seek(long offset, int origin) {
714 size_t uoffset = (size_t)offset;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected