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

Method regexString

external/.scrollLibs.js:19243–19247  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19241 return this._getEnumOptions() || this._getEnumFromAtomTypeOptions(program) || []
19242 }
19243 get regexString() {
19244 // todo: enum
19245 const enumOptions = this._getEnumOptions()
19246 return this._getFromExtended(ParsersConstants.regex) || (enumOptions ? "(?:" + enumOptions.join("|") + ")" : "[^ ]*")
19247 }
19248 _getAllTests() {
19249 return this._getSubparticlesByParserInExtended(AbstractParsersAtomTestParser)
19250 }

Callers

nothing calls this directly

Calls 3

_getEnumOptionsMethod · 0.95
_getFromExtendedMethod · 0.80
joinMethod · 0.45

Tested by

no test coverage detected