MCPcopy 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

GetParentIdMethod · 0.80
GetIdMethod · 0.45
GetTypeMethod · 0.45
GetNameMethod · 0.45
isFolderMethod · 0.45
GetIconMethod · 0.45

Tested by

no test coverage detected