MCPcopy Index your code
hub / github.com/loopbackio/loopback-next / offset

Method offset

packages/filter/src/query.ts:563–566  ·  view source on GitHub ↗

* Set `offset` * @param offset - Offset of the number of records to be returned

(offset: number)

Source from the content-addressed store, hash-verified

561 * @param offset - Offset of the number of records to be returned
562 */
563 offset(offset: number): this {
564 this.filter.offset = offset;
565 return this;
566 }
567
568 /**
569 * Alias to `offset`

Callers 4

skipMethod · 0.95
index.unit.tsFile · 0.80
query.unit.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected