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

Method isRequired

external/.scrollLibs.js:19608–19610  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19606 return hit && hit.get(ParsersConstants.uniqueLine) !== "false"
19607 }
19608 isRequired() {
19609 return this._hasFromExtended(ParsersConstants.required)
19610 }
19611 getParserDefinitionByParserId(parserId) {
19612 // todo: return catch all?
19613 const def = this.programParserDefinitionCache[parserId]

Callers 3

_getFieldsMethod · 0.80
toTypeScriptInterfaceMethod · 0.80

Calls 1

_hasFromExtendedMethod · 0.80

Tested by

no test coverage detected