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

Method EnumRemoteDirectory

Plugins/FileTransfer/FrmFileTransfer.cpp:491–501  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

489}
490
491int CFrmFileTransfer::EnumRemoteDirectory(CRemoteFileSystem *pRfs,
492 const QString &szLocalDir)
493{
494 qDebug(log) << Q_FUNC_INFO;
495 if(!pRfs || !pRfs->IsDir()) return -1;
496
497 for(int index = 0; index < pRfs->ChildCount(); index++) {
498 //TODO: Complete it
499 }
500 return 0;
501}
502
503void CFrmFileTransfer::slotTreeRemoteAddToList()
504{

Callers

nothing calls this directly

Calls 2

IsDirMethod · 0.80
ChildCountMethod · 0.45

Tested by

no test coverage detected