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

Method getDataSource

app/src/main/java/androidx/paging/PagedList.java:641–642  ·  view source on GitHub ↗

Return the DataSource that provides data to this PagedList. @return the DataSource of this PagedList.

()

Source from the content-addressed store, hash-verified

639 * @return the DataSource of this PagedList.
640 */
641 @NonNull
642 public abstract DataSource<?, T> getDataSource();
643
644 /**
645 * Return the key for the position passed most recently to {@link #loadAround(int)}.

Callers 3

onExecuteMethod · 0.45
_lookupMethod · 0.45
verifyDaneMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected