MCPcopy
hub / github.com/glidejs/glide / toInt

Function toInt

src/utils/unit.js:8–10  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

6 * @returns {Number}
7 */
8export function toInt (value) {
9 return parseInt(value)
10}
11
12/**
13 * Converts value entered as number

Callers 11

indexMethod · 0.90
calculateFunction · 0.90
setFunction · 0.90
getFunction · 0.90
setFunction · 0.90
startFunction · 0.90
moveFunction · 0.90
getFunction · 0.90
getFunction · 0.90
setFunction · 0.90
unit.test.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected