Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
loadRequirements
Method · 0.95
getLines
Method · 0.95
asHtmlCube
Method · 0.95
_subparticlesToHtml
Method · 0.95
_subparticlesToString
Method · 0.95
compile
Method · 0.95
_subparticlesToYamlList
Method · 0.95
_subparticlesToYamlAssociativeArray
Method · 0.95
_toObjectForSerialization
Method · 0.95
_toSExpression
Method · 0.95
asJson
Method · 0.95
getColumn
Method · 0.95
Calls
1
getSubparticles
Method · 0.95
Tested by
no test coverage detected