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

Method without

external/.scrollLibs.js:15916–15918  ·  view source on GitHub ↗
(cue)

Source from the content-addressed store, hash-verified

15914 return this.filter(particle => particle.has(cue))
15915 }
15916 without(cue) {
15917 return this.filter(particle => !particle.has(cue))
15918 }
15919 first(quantity = 1) {
15920 return this.limit(quantity, 0)
15921 }

Callers

nothing calls this directly

Calls 2

filterMethod · 0.95
hasMethod · 0.45

Tested by

no test coverage detected