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

Method IndexOf

Plugins/FileTransfer/RemoteFileSystemModel.cpp:201–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201int CRemoteFileSystem::IndexOf(CRemoteFileSystem* pChild)
202{
203 return m_vChild.indexOf(pChild);
204}
205
206int CRemoteFileSystem::IndexOf(const QString& szPath)
207{

Callers 4

IndexOfParentMethod · 0.80
CreateDirMethod · 0.80
RemoveDirMethod · 0.80
setDataMethod · 0.80

Calls 1

GetPathMethod · 0.80

Tested by

no test coverage detected