MCPcopy Index your code
hub / github.com/deployd/deployd / isFunction

Function isFunction

test-app/public/sinon.js:3573–3575  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

3571 var valueToString = require("@sinonjs/commons").valueToString;
3572
3573 function isFunction(obj) {
3574 return typeof obj === "function" || Boolean(obj && obj.constructor && obj.call && obj.apply);
3575 }
3576
3577 function mirrorProperties(target, source) {
3578 for (var prop in source) {

Callers 8

checkWrappedMethodFunction · 0.70
baseFunctionsFunction · 0.70
baseIsNativeFunction · 0.70
baseMergeDeepFunction · 0.70
isArrayLikeFunction · 0.70
resultFunction · 0.70
transformFunction · 0.70
mixinFunction · 0.70

Calls 2

baseGetTagFunction · 0.85
isObjectFunction · 0.70

Tested by

no test coverage detected