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

Method applySuggestion

external/.scrollLibs.js:19014–19018  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19012 return ""
19013 }
19014 applySuggestion() {
19015 const suggestion = this.atomSuggestion
19016 if (suggestion) this.getParticle().setAtom(this.atomIndex, suggestion)
19017 return this
19018 }
19019}
19020class ParserDefinedError extends AbstractParticleError {
19021 constructor(particle, message) {

Callers

nothing calls this directly

Calls 2

setAtomMethod · 0.80
getParticleMethod · 0.45

Tested by

no test coverage detected