Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
__arrayRemoveItem
Function · 0.85
breeze.debug.js
File · 0.85
formatTemplate
Function · 0.85
Calls
1
__classof
Function · 0.85
Tested by
no test coverage detected