MCPcopy Create free account
hub / github.com/breck7/scroll / first

Method first

external/.scrollLibs.js:15919–15921  ·  view source on GitHub ↗
(quantity = 1)

Source from the content-addressed store, hash-verified

15917 return this.filter(particle => !particle.has(cue))
15918 }
15919 first(quantity = 1) {
15920 return this.limit(quantity, 0)
15921 }
15922 last(quantity = 1) {
15923 return this.limit(quantity, this.length - quantity)
15924 }

Callers 3

.scrollLibs.jsFile · 0.80
.datatables.jsFile · 0.80

Calls 1

limitMethod · 0.95

Tested by

no test coverage detected