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

Method _doesCharacterIndexFallOnAtom

external/.scrollLibs.js:18891–18893  ·  view source on GitHub ↗
(characterIndex)

Source from the content-addressed store, hash-verified

18889 return lineIndex === this.getLineIndex() && this._doesCharacterIndexFallOnAtom(characterIndex)
18890 }
18891 _doesCharacterIndexFallOnAtom(characterIndex) {
18892 return this.atomIndex === this.getParticle().getAtomIndexAtCharacterIndex(characterIndex)
18893 }
18894 // convenience method. may be removed.
18895 isBlankLineError() {
18896 return false

Callers 1

isCursorOnAtomMethod · 0.95

Calls 2

getParticleMethod · 0.95

Tested by

no test coverage detected