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

Method isUniqueLine

external/.scrollLibs.js:19604–19607  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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"
19607 }
19608 isRequired() {
19609 return this._hasFromExtended(ParsersConstants.required)
19610 }

Callers

nothing calls this directly

Calls 2

getMethod · 0.45

Tested by

no test coverage detected