Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dthree/vantage
/ isNumber
Function
isNumber
bin/vantage.js:45–47 ·
view source on GitHub ↗
(str)
Source
from the content-addressed store, hash-verified
43
}
44
45
function
isNumber(str) {
46
return
!isNaN(parseInt(str));
47
}
48
49
function
connect(vantage, server, port, opt) {
50
return
vantage.connect(server, port, opt).then(
function
(err) {
Callers
1
parseConnection
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected