MCPcopy Create free account
hub / github.com/effect-app/libs / page

Function page

packages/effect-app/src/Model/query/dsl.ts:431–436  ·  view source on GitHub ↗
({ skip, take })

Source from the content-addressed store, hash-verified

429 current: Query<TFieldValues> | QueryWhere<any, TFieldValues> | QueryEnd<TFieldValues>
430 take?: number | undefined
431 skip?: number | undefined
432}> implements QueryEnd<TFieldValues> {
433 readonly [QId]!: any
434 override pipe() {
435 // eslint-disable-next-line prefer-rest-params
436 return Pipeable.pipeArguments(this, arguments)
437 }
438}
439

Callers 2

query.test.tsFile · 0.90
query.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…