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

Method _getAllTests

external/.scrollLibs.js:19248–19250  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19246 return this._getFromExtended(ParsersConstants.regex) || (enumOptions ? "(?:" + enumOptions.join("|") + ")" : "[^ ]*")
19247 }
19248 _getAllTests() {
19249 return this._getSubparticlesByParserInExtended(AbstractParsersAtomTestParser)
19250 }
19251 isValid(str, programRootParticle) {
19252 return this._getAllTests().every(particle => particle.isValid(str, programRootParticle))
19253 }

Callers 1

isValidMethod · 0.95

Tested by

no test coverage detected