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

Method getAtomTypeDefinitionById

external/.scrollLibs.js:19950–19953  ·  view source on GitHub ↗
(atomTypeId)

Source from the content-addressed store, hash-verified

19948 return types
19949 }
19950 getAtomTypeDefinitionById(atomTypeId) {
19951 // todo: return unknownAtomTypeDefinition? or is that handled somewhere else?
19952 return this.atomTypeDefinitions[atomTypeId]
19953 }
19954 get parserLineage() {
19955 const newParticle = new Particle()
19956 Object.values(this.validConcreteAndAbstractParserDefinitions).forEach(particle => newParticle.touchParticle(particle.ancestorParserIdsArray.join(" ")))

Callers 4

getAtomArrayMethod · 0.80
getAtomArrayMethod · 0.80
_getMyAtomTypeDefsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected