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

Method isCursorOnAtom

external/.scrollLibs.js:18888–18890  ·  view source on GitHub ↗
(lineIndex, characterIndex)

Source from the content-addressed store, hash-verified

18886 return this.getParticle()._getLineNumber() // todo: handle sourcemaps
18887 }
18888 isCursorOnAtom(lineIndex, characterIndex) {
18889 return lineIndex === this.getLineIndex() && this._doesCharacterIndexFallOnAtom(characterIndex)
18890 }
18891 _doesCharacterIndexFallOnAtom(characterIndex) {
18892 return this.atomIndex === this.getParticle().getAtomIndexAtCharacterIndex(characterIndex)
18893 }

Callers

nothing calls this directly

Calls 2

getLineIndexMethod · 0.95

Tested by

no test coverage detected