Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KangLin/RabbitRemoteControl
/ foreach
Function
foreach
App/Client/Favorite/FavoriteDatabase.cpp:382–386 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
380
381
auto leaf = GetLeavesByKey(query.value(0).toInt());
382
foreach(auto l, leaf) {
383
item.id = l.GetId();
384
item.parentId = l.GetParentId();
385
lstItems << item;
386
}
387
}
388
return lstItems;
389
}
Callers
nothing calls this directly
Calls
6
GetParentId
Method · 0.80
GetId
Method · 0.45
GetType
Method · 0.45
GetName
Method · 0.45
isFolder
Method · 0.45
GetIcon
Method · 0.45
Tested by
no test coverage detected