MCPcopy Index your code
hub / github.com/di-sukharev/opencommit / iterPages

Method iterPages

out/cli.cjs:69891–69898  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69889 for (const [key, value] of params) {
69890 nextInfo.url.searchParams.set(key, value);
69891 }
69892 nextOptions.query = void 0;
69893 nextOptions.path = nextInfo.url.toString();
69894 }
69895 return await __classPrivateFieldGet6(this, _AbstractPage_client, "f").requestAPIList(this.constructor, nextOptions);
69896 }
69897 async *iterPages() {
69898 let page = this;
69899 yield page;
69900 while (page.hasNextPage()) {
69901 page = await page.getNextPage();

Calls 2

hasNextPageMethod · 0.80
getNextPageMethod · 0.80

Tested by

no test coverage detected