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

Method Open

src/FTPClientWrapperSSL.cpp:680–684  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

678}
679
680int MemoryDataSource::Open(OpenMsgType type) {
681 if (type != UTM_OM_READING)
682 return -1;
683 return UTE_SUCCESS;
684}
685
686int MemoryDataSource::Close() {
687 return UTE_SUCCESS;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected