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

Method createParserPool

external/.scrollLibs.js:22994–22996  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22992{
22993 class hakonParser extends ParserBackedParticle {
22994 createParserPool() {
22995 return new Particle.ParserPool(selectorParser, Object.assign(Object.assign({}, super.createParserPool()._getCueMapAsObject()), { comment: commentParser }), undefined)
22996 }
22997 getSelector() {
22998 return ""
22999 }

Callers

nothing calls this directly

Calls 2

_getCueMapAsObjectMethod · 0.80
createParserPoolMethod · 0.45

Tested by

no test coverage detected