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

Method isSingle

external/.scrollLibs.js:19600–19603  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19598 return parentDef ? ids.concat(parentDef._getInScopeParserIds()) : ids
19599 }
19600 get isSingle() {
19601 const hit = this._getParticleFromExtended(ParsersConstants.single)
19602 return hit && hit.get(ParsersConstants.single) !== "false"
19603 }
19604 get isUniqueLine() {
19605 const hit = this._getParticleFromExtended(ParsersConstants.uniqueLine)
19606 return hit && hit.get(ParsersConstants.uniqueLine) !== "false"

Callers

nothing calls this directly

Calls 2

getMethod · 0.45

Tested by

no test coverage detected