Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jstat/jstat
/ isFunction
Function
isFunction
src/core.js:22–24 ·
view source on GitHub ↗
(arg)
Source
from the content-addressed store, hash-verified
20
21
22
function
isFunction(arg) {
23
return
toString.call(arg) ===
'[object Function]'
;
24
}
25
26
27
function
isNumber(num) {
Callers
2
core.js
File · 0.85
vector.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected