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

Method isValid

external/.scrollLibs.js:19120–19123  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

19118class AbstractParsersAtomTestParser extends Particle {}
19119class ParsersRegexTestParser extends AbstractParsersAtomTestParser {
19120 isValid(str) {
19121 if (!this._regex) this._regex = new RegExp("^" + this.content + "$")
19122 return !!str.match(this._regex)
19123 }
19124}
19125class ParsersReservedAtomsTestParser extends AbstractParsersAtomTestParser {
19126 isValid(str) {

Callers 9

createColumnDefsMethod · 0.45
.scrollLibs.jsFile · 0.45
isValidMethod · 0.45
isValidMethod · 0.45
getAtomArrayMethod · 0.45
.leaflet.jsFile · 0.45
.dayjs.min.jsFile · 0.45
__mldObjFunction · 0.45
.datatables.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected