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

Method _hasValidParserId

external/.scrollLibs.js:19506–19508  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19504 return this.parserIdFromDefinition
19505 }
19506 _hasValidParserId() {
19507 return !!this.generatedClassName
19508 }
19509 _isAbstract() {
19510 return this.id.startsWith(ParsersConstants.abstractParserPrefix)
19511 }

Calls

no outgoing calls

Tested by

no test coverage detected