MCPcopy Create free account
hub / github.com/alephdata/aleph / offset

Method offset

ui/src/app/Query.js:190–192  ·  view source on GitHub ↗
(count)

Source from the content-addressed store, hash-verified

188 }
189
190 offset(count) {
191 return this.set('offset', `${count}`);
192 }
193
194 addFacet(facet) {
195 const field = facet.isProperty ? `properties.${facet.name}` : facet.name;

Callers 2

__init__Method · 0.80
mapStateToPropsFunction · 0.80

Calls 1

setMethod · 0.95

Tested by

no test coverage detected