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

Method setAtom

external/.scrollLibs.js:17053–17059  ·  view source on GitHub ↗
(index, atom)

Source from the content-addressed store, hash-verified

17051 return this
17052 }
17053 setAtom(index, atom) {
17054 const wi = this.atomBreakSymbol
17055 const atoms = this._getLine().split(wi)
17056 atoms[index] = atom
17057 this.setLine(atoms.join(wi))
17058 return this
17059 }
17060 deleteSubparticles() {
17061 return this._clearSubparticles()
17062 }

Callers 7

cueMethod · 0.95
setCueMethod · 0.95
replaceMethod · 0.80
fillMethod · 0.80
toAutoCompleteCubeMethod · 0.80
applySuggestionMethod · 0.80
applySuggestionMethod · 0.80

Calls 4

_getLineMethod · 0.95
setLineMethod · 0.95
splitMethod · 0.80
joinMethod · 0.45

Tested by

no test coverage detected