Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
8
export
function
toInt (value) {
9
return
parseInt(value)
10
}
11
12
/**
13
* Converts value entered as number
Callers
11
index
Method · 0.90
calculate
Function · 0.90
set
Function · 0.90
get
Function · 0.90
set
Function · 0.90
start
Function · 0.90
move
Function · 0.90
get
Function · 0.90
get
Function · 0.90
set
Function · 0.90
unit.test.js
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected