MCPcopy Create free account
hub / github.com/DanWahlin/CustomerManagerStandard / __isFunction

Function __isFunction

CustomerManager/Scripts/breeze.debug.js:563–565  ·  view source on GitHub ↗
(o)

Source from the content-addressed store, hash-verified

561 }
562
563 function __isFunction(o) {
564 return __classof(o) === "function";
565 }
566
567 function __isString(o) {
568 return (typeof o === "string");

Callers 3

__arrayRemoveItemFunction · 0.85
breeze.debug.jsFile · 0.85
formatTemplateFunction · 0.85

Calls 1

__classofFunction · 0.85

Tested by

no test coverage detected