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

Method _getAtomTypeId

external/.scrollLibs.js:19278–19280  ·  view source on GitHub ↗
(atomIndex, requiredAtomTypeIds, totalAtomCount)

Source from the content-addressed store, hash-verified

19276 return this._requiredAtomTypeIds
19277 }
19278 _getAtomTypeId(atomIndex, requiredAtomTypeIds, totalAtomCount) {
19279 return requiredAtomTypeIds[atomIndex]
19280 }
19281 _isCatchAllAtom(atomIndex, numberOfRequiredAtoms, totalAtomCount) {
19282 return atomIndex >= numberOfRequiredAtoms
19283 }

Callers 1

getAtomArrayMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected