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

Method createParserPool

external/.scrollLibs.js:18420–18422  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18418 this._cache_programAtomTypeStringMTime = particleMTime
18419 }
18420 createParserPool() {
18421 return this.isRoot() ? new Particle.ParserPool(BlobParser) : new Particle.ParserPool(this.parent._getParserPool()._getCatchAllParser(this.parent), {})
18422 }
18423 get parserId() {
18424 return this.definition.cue
18425 }

Callers

nothing calls this directly

Calls 3

isRootMethod · 0.80
_getCatchAllParserMethod · 0.80
_getParserPoolMethod · 0.80

Tested by

no test coverage detected