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

Method isValid

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

Source from the content-addressed store, hash-verified

19150 }
19151 // todo: remove
19152 isValid(str, programRootParticle) {
19153 return this._getEnumFromAtomTypes(programRootParticle)[str] === true
19154 }
19155}
19156class ParsersEnumTestParticle extends AbstractParsersAtomTestParser {
19157 isValid(str) {

Callers

nothing calls this directly

Calls 1

_getEnumFromAtomTypesMethod · 0.95

Tested by

no test coverage detected