MCPcopy Create free account
hub / github.com/AshampooSystems/boden / updatePosts

Method updatePosts

examples/reddit/src/reddit.cpp:165–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163 }
164
165 void updatePosts()
166 {
167 _store->fetchPosts([this]() {
168 _listView->reloadData();
169 _listView->refreshDone();
170 });
171 }
172
173 void deselect() { _listView->selectedRowIndex = std::nullopt; }
174

Callers

nothing calls this directly

Calls 3

fetchPostsMethod · 0.80
reloadDataMethod · 0.45
refreshDoneMethod · 0.45

Tested by

no test coverage detected