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

Method _getAutocompleteAtomOptions

external/.scrollLibs.js:19240–19242  ·  view source on GitHub ↗
(program)

Source from the content-addressed store, hash-verified

19238 return particle ? Object.keys(particle.getParticle(ParsersConstants.enumFromAtomTypes)._getEnumFromAtomTypes(program)) : undefined
19239 }
19240 _getAutocompleteAtomOptions(program) {
19241 return this._getEnumOptions() || this._getEnumFromAtomTypeOptions(program) || []
19242 }
19243 get regexString() {
19244 // todo: enum
19245 const enumOptions = this._getEnumOptions()

Callers 1

getAutoCompleteAtomsMethod · 0.80

Calls 2

_getEnumOptionsMethod · 0.95

Tested by

no test coverage detected