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

Method lineHints

external/.scrollLibs.js:19266–19270  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19264 }
19265 // todo: improve layout (use bold?)
19266 get lineHints() {
19267 const catchAllAtomTypeId = this.catchAllAtomTypeId
19268 const parserId = this._definition.cueIfAny || this._definition.id // todo: cleanup
19269 return `${parserId}: ${this.getRequiredAtomTypeIds().join(" ")}${catchAllAtomTypeId ? ` ${catchAllAtomTypeId}...` : ""}`
19270 }
19271 getRequiredAtomTypeIds() {
19272 if (!this._requiredAtomTypeIds) {
19273 const parameters = this._definition._getFromExtended(ParsersConstants.atoms)

Callers

nothing calls this directly

Calls 2

joinMethod · 0.45

Tested by

no test coverage detected