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

Method getSelector

external/.scrollLibs.js:22997–22999  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22995 return new Particle.ParserPool(selectorParser, Object.assign(Object.assign({}, super.createParserPool()._getCueMapAsObject()), { comment: commentParser }), undefined)
22996 }
22997 getSelector() {
22998 return ""
22999 }
23000 compile() {
23001 return this.topDownArray
23002 .filter(particle => particle.isSelectorParser)

Callers 1

getSelectorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected