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

Method preludeKind

external/.scrollLibs.js:19205–19207  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19203 return this.preludeKind || ParsersAnyAtom
19204 }
19205 get preludeKind() {
19206 return PreludeKinds[this.getAtom(0)] || PreludeKinds[this._getExtendedAtomTypeId()]
19207 }
19208 get preludeKindId() {
19209 if (PreludeKinds[this.getAtom(0)]) return this.getAtom(0)
19210 else if (PreludeKinds[this._getExtendedAtomTypeId()]) return this._getExtendedAtomTypeId()

Callers

nothing calls this directly

Calls 2

getAtomMethod · 0.45

Tested by

no test coverage detected