MCPcopy Create free account
hub / github.com/M66B/FairEmail / getItems

Method getItems

app/src/main/java/eu/faircode/email/AdapterOrder.java:172–174  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

170 }
171
172 List<EntityOrder> getItems() {
173 return this.items;
174 }
175
176 void onMove(int from, int to) {
177 if (from < 0 || from >= items.size() ||

Callers 1

updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected