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

Method _isErrorParser

external/.scrollLibs.js:19633–19635  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19631 return this.root.rootParserDefinition
19632 }
19633 _isErrorParser() {
19634 return this.get(ParsersConstants.baseParser) === ParsersConstants.errorParser
19635 }
19636 _isBlobParser() {
19637 // Do not check extended classes. Only do once.
19638 return this._getFromExtended(ParsersConstants.baseParser) === ParsersConstants.blobParser

Calls 1

getMethod · 0.45

Tested by

no test coverage detected