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

Class

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

Source from the content-addressed store, hash-verified

18734ParsersBitAtom.defaultPaint = "constant.numeric"
18735class ParsersNumberAtom extends AbstractParsersBackedAtom {}
18736class ParsersIntegerAtom extends ParsersNumberAtom {
18737 _isValid() {
18738 const atom = this.getAtom()
18739 const num = parseInt(atom)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected