Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/plotly/plotly.js
/ isRat
Function
isRat
stackgl_modules/index.js:2238–2240 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
2236
module.exports = isRat
2237
2238
function
isRat(x) {
2239
return
Array.isArray(x) && x.length === 2 && isBN(x[0]) && isBN(x[1])
2240
}
2241
2242
2243
/***/ }),
Callers
1
makeRational
Function · 0.85
Calls
1
isBN
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…