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

Method isValid

external/.scrollLibs.js:19251–19253  ·  view source on GitHub ↗
(str, programRootParticle)

Source from the content-addressed store, hash-verified

19249 return this._getSubparticlesByParserInExtended(AbstractParsersAtomTestParser)
19250 }
19251 isValid(str, programRootParticle) {
19252 return this._getAllTests().every(particle => particle.isValid(str, programRootParticle))
19253 }
19254 get atomTypeId() {
19255 return this.getAtom(0)
19256 }

Callers

nothing calls this directly

Calls 3

_getAllTestsMethod · 0.95
everyMethod · 0.45
isValidMethod · 0.45

Tested by

no test coverage detected