MCPcopy Index your code
hub / github.com/chain/Core / getPage

Method getPage

sdk/java/src/main/java/com/chain/api/PagedItems.java:51–51  ·  view source on GitHub ↗

Retrieves the next page of results. @return a paged collection of type T @throws ChainException

()

Source from the content-addressed store, hash-verified

49 * @throws ChainException
50 */
51 public abstract PagedItems<T> getPage() throws ChainException;
52
53 public PagedItems() {
54 this.pos = 0;

Callers 1

hasNextMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected