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

Method parserId

external/.scrollLibs.js:18911–18913  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18909 return this._getCodeMirrorLineWidgetElementWithoutSuggestion()
18910 }
18911 get parserId() {
18912 return this.getParticle().parserId
18913 }
18914 _getCodeMirrorLineWidgetElementAtomTypeHints() {
18915 const el = document.createElement("div")
18916 el.appendChild(document.createTextNode(this.getIndent() + this.getParticle().definition.lineHints))

Callers

nothing calls this directly

Calls 1

getParticleMethod · 0.95

Tested by

no test coverage detected