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

Method cueMapWithDefinitions

external/.scrollLibs.js:19529–19532  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19527 return hasJsCode ? this.getParticle(ParsersConstants.javascript).subparticlesToString() : ""
19528 }
19529 get cueMapWithDefinitions() {
19530 if (!this._cache_cueToParticleDefMap) this._cache_cueToParticleDefMap = this._createParserInfo(this._getInScopeParserIds()).cueMap
19531 return this._cache_cueToParticleDefMap
19532 }
19533 // todo: remove
19534 get runTimeCuesInScope() {
19535 return this._getParserPool().getCueOptions()

Callers

nothing calls this directly

Calls 2

_createParserInfoMethod · 0.95
_getInScopeParserIdsMethod · 0.95

Tested by

no test coverage detected