Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jstat/jstat
/ isUsable
Function
isUsable
src/linearalgebra.js:9–11 ·
view source on GitHub ↗
(arg)
Source
from the content-addressed store, hash-verified
7
var
isArray = jStat.utils.isArray;
8
9
function
isUsable(arg) {
10
return
isArray(arg) || arg instanceof jStat;
11
}
12
13
jStat.extend({
14
Callers
1
linearalgebra.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected