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

Class

external/.scrollLibs.js:19125–19125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19123 }
19124}
19125class ParsersReservedAtomsTestParser extends AbstractParsersAtomTestParser {
19126 isValid(str) {
19127 if (!this._set) this._set = new Set(this.content.split(" "))
19128 return !this._set.has(str)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected