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

Method cueEnumOptions

external/.scrollLibs.js:19518–19521  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19516 return this.get(ParsersConstants.pattern)
19517 }
19518 get cueEnumOptions() {
19519 const cueDef = this._getMyAtomTypeDefs()[0]
19520 return cueDef ? cueDef._getEnumOptions() : undefined
19521 }
19522 get languageDefinitionProgram() {
19523 return this.root
19524 }

Callers

nothing calls this directly

Calls 2

_getMyAtomTypeDefsMethod · 0.95
_getEnumOptionsMethod · 0.80

Tested by

no test coverage detected