MCPcopy Create free account
hub / github.com/audacity/audacity / CollectItems

Function CollectItems

libraries/lib-registries/Registry.cpp:117–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115void CollectItem(CollectedItems &collection, BaseItem *Item,
116 const OrderingHint &hint, void *pComputedItemContext);
117void CollectItems(CollectedItems &collection, const GroupItemBase &items,
118 const OrderingHint &hint, void *pComputedItemContext)
119{
120 for ( auto &item : items )
121 CollectItem(collection, item.get(),
122 ChooseHint(item.get(), hint), pComputedItemContext);
123}
124void CollectItem(CollectedItems &collection,
125 BaseItem *pItem, const OrderingHint &hint, void *pComputedItemContext)
126{

Callers 3

CollectItemFunction · 0.85
MergeItemsMethod · 0.85
VisitItemsFunction · 0.85

Calls 2

CollectItemFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected