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

Method createParserPool

external/.scrollLibs.js:16889–16891  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16887 return Particle._parserPoolsCache.get(this.constructor)
16888 }
16889 createParserPool() {
16890 return new ParserPool(this.constructor)
16891 }
16892 static _makeUniqueId() {
16893 if (this._uniqueId === undefined) this._uniqueId = 0
16894 this._uniqueId++

Callers 9

_getParserPoolMethod · 0.95
createParserPoolMethod · 0.45
createParserPoolMethod · 0.45
createParserPoolMethod · 0.45
createParserPoolMethod · 0.45
createParserPoolMethod · 0.45
createParserPoolMethod · 0.45
createParserPoolMethod · 0.45
createParserPoolMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected