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

Method getLines

external/.scrollLibs.js:15970–15972  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15968 return this._subparticles
15969 }
15970 getLines() {
15971 return this.map(particle => particle.getLine())
15972 }
15973 getSubparticles() {
15974 return this._getSubparticlesArray().slice(0)
15975 }

Callers

nothing calls this directly

Calls 2

mapMethod · 0.95
getLineMethod · 0.45

Tested by

no test coverage detected