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

Method toParticle

external/.scrollLibs.js:15773–15775  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15771 return maxWidth
15772 }
15773 toParticle() {
15774 return new Particle(this.toString())
15775 }
15776 _rightPad(newWidth, padCharacter) {
15777 const line = this.getLine()
15778 this.setLine(line + padCharacter.repeat(newWidth - line.length))

Callers 1

toSideBySideMethod · 0.95

Calls 1

toStringMethod · 0.95

Tested by

no test coverage detected