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

Method _isAbstract

external/.scrollLibs.js:19509–19511  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19507 return !!this.generatedClassName
19508 }
19509 _isAbstract() {
19510 return this.id.startsWith(ParsersConstants.abstractParserPrefix)
19511 }
19512 get cueIfAny() {
19513 return this.get(ParsersConstants.cue) || (this._hasFromExtended(ParsersConstants.cueFromId) ? this.idWithoutSuffix : undefined)
19514 }

Calls

no outgoing calls

Tested by

no test coverage detected