MCPcopy Create free account
hub / github.com/Snapchat/djinni / SortItemsImpl

Method SortItemsImpl

examples/handwritten-src/cpp/sort_items_impl.cpp:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15SortItemsImpl::SortItemsImpl (const std::shared_ptr<TextboxListener> & listener) {
16 this->m_listener = listener;
17}
18
19void SortItemsImpl::sort(sort_order order, const ItemList & items) {
20 auto lines = items.items;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected