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

Method with

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

Source from the content-addressed store, hash-verified

15911 return result
15912 }
15913 with(cue) {
15914 return this.filter(particle => particle.has(cue))
15915 }
15916 without(cue) {
15917 return this.filter(particle => !particle.has(cue))
15918 }

Callers

nothing calls this directly

Calls 2

filterMethod · 0.95
hasMethod · 0.45

Tested by

no test coverage detected