MCPcopy Create free account
hub / github.com/di-sukharev/opencommit / hasNextPage

Method hasNextPage

out/cli.cjs:69867–69872  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69865var AbstractPage = class {
69866 constructor(client, response, body, options) {
69867 _AbstractPage_client.set(this, void 0);
69868 __classPrivateFieldSet5(this, _AbstractPage_client, client, "f");
69869 this.options = options;
69870 this.response = response;
69871 this.body = body;
69872 }
69873 hasNextPage() {
69874 const items = this.getPaginatedItems();
69875 if (!items.length)

Callers 1

iterPagesMethod · 0.80

Calls 2

getPaginatedItemsMethod · 0.80
nextPageInfoMethod · 0.80

Tested by

no test coverage detected