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

Method HandleDataSource

src/FTPClientWrapperSSL.cpp:743–748  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

741//////////////////////////
742
743HandleDataSource::HandleDataSource(HANDLE handle, bool read, bool write) :
744 m_handle(handle),
745 m_allowRead(read),
746 m_allowWrite(write)
747{
748}
749
750HandleDataSource::~HandleDataSource() {
751}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected