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

Method _getExtendedAtomTypeId

external/.scrollLibs.js:19213–19216  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19211 return PreludeAtomTypeIds.anyAtom
19212 }
19213 _getExtendedAtomTypeId() {
19214 const arr = this._getAncestorsArray()
19215 return arr[arr.length - 1].id
19216 }
19217 get paint() {
19218 const hs = this._getFromExtended(ParsersConstants.paint)
19219 if (hs) return hs

Callers 2

preludeKindMethod · 0.95
preludeKindIdMethod · 0.95

Calls 1

_getAncestorsArrayMethod · 0.80

Tested by

no test coverage detected