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

Method getLine

external/.scrollLibs.js:15684–15687  ·  view source on GitHub ↗
(language)

Source from the content-addressed store, hash-verified

15682 .join(this.particleBreakSymbol)
15683 }
15684 getLine(language) {
15685 if (!this._atoms && !language) return this._getLine() // todo: how does this interact with "language" param?
15686 return this.atoms.join((language || this).atomBreakSymbol)
15687 }
15688 getColumnNames() {
15689 return this._getUnionNames()
15690 }

Callers 15

isBlankLineMethod · 0.95
_toStringWithLineMethod · 0.95
_rightPadMethod · 0.95
_getAncestorParticlesMethod · 0.95
cloneMethod · 0.95
setLineMethod · 0.95
shiftLeftMethod · 0.95
shiftRightMethod · 0.95
.scrollLibs.jsFile · 0.45
onCompositionFunction · 0.45
isEmptyFunction · 0.45

Calls 3

_getLineMethod · 0.95
replaceMethod · 0.80
joinMethod · 0.45

Tested by

no test coverage detected