MCPcopy Create free account
hub / github.com/curran/screencasts / parseInt

Function parseInt

introToChiasm/examples/code/latest/main-build.js:11101–11112  ·  view source on GitHub ↗

* Converts `string` to an integer of the specified radix. If `radix` is * `undefined` or `0`, a `radix` of `10` is used unless `value` is a hexadecimal, * in which case a `radix` of `16` is used. * * **Note:** This method aligns with the [ES5 implementation](https://es5.github.io

(string, radix, guard)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

pixelCountFunction · 0.70
d3_rgb_parseFunction · 0.70
d3_rgb_parseFunction · 0.50
mtFunction · 0.50
intFunction · 0.50
angular.jsFile · 0.50
ZFunction · 0.50
angular.min.jsFile · 0.50
unescapeFunction · 0.50
python.jsFile · 0.50
paddingHFunction · 0.50
continuelist.jsFile · 0.50

Calls 2

isIterateeCallFunction · 0.70
trimFunction · 0.70

Tested by

no test coverage detected