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

Method MemoryDataSource

src/FTPClientWrapperSSL.cpp:661–666  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

659////////////////////////
660
661MemoryDataSource::MemoryDataSource(char * data, int len, bool del) {
662 m_data = data;
663 m_length = len;
664 m_delete = del;
665 m_pointer = 0;
666}
667
668MemoryDataSource::~MemoryDataSource() {
669 if (m_delete)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected