MCPcopy Index your code
hub / github.com/commandoperator/cmdop-sdk / iter

Method iter

node/src/resources/keys.ts:27–31  ·  view source on GitHub ↗
(opts: KeysListOptions = {})

Source from the content-addressed store, hash-verified

25 }
26
27 iter(opts: KeysListOptions = {}): AsyncGenerator<ApiKeySummary> {
28 return this.paginateOffset((page) =>
29 this.list({ page, perPage: opts.perPage, fleetId: opts.fleetId }),
30 );
31 }
32
33 pages(opts: KeysListOptions = {}): AsyncGenerator<ApiKeyList> {
34 return this.pagesOffset((page) =>

Callers

nothing calls this directly

Calls 1

listMethod · 0.95

Tested by

no test coverage detected