Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KangLin/RabbitRemoteControl
/ RemoveChild
Method
RemoveChild
Plugins/FileTransfer/RemoteFileSystemModel.cpp:186–192 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
184
}
185
186
int CRemoteFileSystem::RemoveChild(int index)
187
{
188
if(0 > index || m_vChild.size() < index)
189
return -1;
190
m_vChild.removeAt(index);
191
return 0;
192
}
193
194
CRemoteFileSystem* CRemoteFileSystem::GetChild(int nIndex)
195
{
Callers
2
RemoveDir
Method · 0.45
setData
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected