Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/NUKnightLab/TimelineJS3
/ type
Function
type
src/js/net/Net.js:70–73 ·
view source on GitHub ↗
(obj)
Source
from the content-addressed store, hash-verified
68
}
69
70
function
type
(obj) {
71
return
obj == null ? String(obj) :
72
class2type[toString.call(obj)] ||
"object"
73
}
74
75
function
isFunction(value) {
return
type
(value) ==
"function"
}
76
Callers
3
isFunction
Function · 0.85
isObject
Function · 0.85
Net.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected