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

Class

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

Source from the content-addressed store, hash-verified

18786ParsersFloatAtom.parserFunctionName = "parseFloat"
18787// ErrorAtomType => parsers asks for a '' atom type here but the parsers does not specify a '' atom type. (todo: bring in didyoumean?)
18788class ParsersBooleanAtom extends AbstractParsersBackedAtom {
18789 constructor() {
18790 super(...arguments)
18791 this._trues = new Set(["1", "true", "t", "yes"])

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected