Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/xotahal/react-native-material-ui
/ isFunction
Function
isFunction
src/utils/isFunction.js:1–3 ·
view source on GitHub ↗
(obj)
Source
from the content-addressed store, hash-verified
1
export
default
function
isFunction(obj) {
2
return
!!(obj && obj.constructor && obj.call && obj.apply);
3
}
Callers
3
isFunction.test.js
File · 0.85
RightElement
Class · 0.85
Toolbar.react.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected