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

Method parserLineage

external/.scrollLibs.js:19954–19958  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19952 return this.atomTypeDefinitions[atomTypeId]
19953 }
19954 get parserLineage() {
19955 const newParticle = new Particle()
19956 Object.values(this.validConcreteAndAbstractParserDefinitions).forEach(particle => newParticle.touchParticle(particle.ancestorParserIdsArray.join(" ")))
19957 return newParticle
19958 }
19959 get languageDefinitionProgram() {
19960 return this
19961 }

Callers

nothing calls this directly

Calls 3

touchParticleMethod · 0.95
forEachMethod · 0.80
joinMethod · 0.45

Tested by

no test coverage detected