MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / foreach

Function foreach

Plugins/FileTransfer/ChannelSFTP.cpp:356–361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

354void CChannelSFTP::OnClose()
355{
356 foreach (auto d, m_vDirs) {
357 if(d->sftp) {
358 sftp_closedir(d->sftp);
359 d->sftp = nullptr;
360 }
361 }
362 m_vDirs.clear();
363 foreach(auto f, m_vFiles) {
364 if(f->remote) {

Callers

nothing calls this directly

Calls 1

slotSetstateMethod · 0.80

Tested by

no test coverage detected