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

Method parser

external/.scrollLibs.js:16749–16751  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16747 // make the below work.
16748 // By default every particle has a parser. By default they all match to the first particle.
16749 get parser() {
16750 return this._parser || this.root.particleAt(0)
16751 }
16752 // The parserId of a particle at the moment is defined as the cue of the parser it is matched to.
16753 get parserId() {
16754 return this.parser.cue

Callers

nothing calls this directly

Calls 1

particleAtMethod · 0.80

Tested by

no test coverage detected