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

Method applySuggestion

external/.scrollLibs.js:19104–19106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19102 return `Delete atom "${this.atom.getAtom()}" at atom ${this.atomIndex}`
19103 }
19104 applySuggestion() {
19105 return this.getParticle().deleteAtomAt(this.atomIndex)
19106 }
19107}
19108class MissingAtomError extends AbstractAtomError {
19109 // todo: autocomplete suggestion

Callers

nothing calls this directly

Calls 2

deleteAtomAtMethod · 0.80
getParticleMethod · 0.45

Tested by

no test coverage detected