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

Class

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

Source from the content-addressed store, hash-verified

18759ParsersIntegerAtom.defaultPaint = "constant.numeric.integer"
18760ParsersIntegerAtom.parserFunctionName = "parseInt"
18761class ParsersFloatAtom extends ParsersNumberAtom {
18762 _isValid() {
18763 const atom = this.getAtom()
18764 const num = parseFloat(atom)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected