Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KangLin/RabbitRemoteControl
/ IndexOfParent
Method
IndexOfParent
Plugins/FileTransfer/RemoteFileSystemModel.cpp:216–222 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
214
}
215
216
int CRemoteFileSystem::IndexOfParent()
217
{
218
int nIndex = -1;
219
if(GetParent())
220
nIndex= GetParent()->IndexOf(this);
221
return nIndex;
222
}
223
224
QString CRemoteFileSystem::GetPath()
225
{
Callers
1
index
Method · 0.80
Calls
1
IndexOf
Method · 0.80
Tested by
no test coverage detected