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

Method clone

src/FTPClientWrapperSSL.cpp:673–678  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

671}
672
673CUT_DataSource * MemoryDataSource::clone() {
674 MemoryDataSource* copy = new MemoryDataSource(m_data, m_length, false);
675 copy->m_pointer = 0;
676
677 return copy;
678}
679
680int MemoryDataSource::Open(OpenMsgType type) {
681 if (type != UTM_OM_READING)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected