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

Method GetChild

Plugins/FileTransfer/RemoteFileSystemModel.cpp:194–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192}
193
194CRemoteFileSystem* CRemoteFileSystem::GetChild(int nIndex)
195{
196 if(nIndex < 0 || nIndex >= m_vChild.size())
197 return nullptr;
198 return m_vChild.at(nIndex);
199}
200
201int CRemoteFileSystem::IndexOf(CRemoteFileSystem* pChild)
202{

Callers 2

indexMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected