Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jsdoc/jsdoc
/ isFunction
Method
isFunction
lib/jsdoc/util/dumper.js:53–55 ·
view source on GitHub ↗
(o)
Source
from the content-addressed store, hash-verified
51
}
52
53
isFunction(o) {
54
return
(o && typeof o ===
'function'
) || o instanceof Function;
55
}
56
57
isObject(o) {
58
return
(o && o instanceof Object) ||
Callers
3
walk
Method · 0.95
makeSymbolFoundEvent
Function · 0.80
astnode.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected