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

Method map

external/.scrollLibs.js:16810–16812  ·  view source on GitHub ↗
(fn)

Source from the content-addressed store, hash-verified

16808 return this._getCueIndex()[cue] !== undefined
16809 }
16810 map(fn) {
16811 return this.getSubparticles().map(fn)
16812 }
16813 filter(fn = item => item) {
16814 return this.getSubparticles().filter(fn)
16815 }

Callers 15

loadRequirementsMethod · 0.95
getLinesMethod · 0.95
asHtmlCubeMethod · 0.95
_subparticlesToHtmlMethod · 0.95
_subparticlesToStringMethod · 0.95
compileMethod · 0.95
_toSExpressionMethod · 0.95
asJsonMethod · 0.95
getColumnMethod · 0.95

Calls 1

getSubparticlesMethod · 0.95

Tested by

no test coverage detected