Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DanWahlin/CustomerManagerStandard
/ __isString
Function
__isString
CustomerManager/Scripts/breeze.debug.js:567–569 ·
view source on GitHub ↗
(o)
Source
from the content-addressed store, hash-verified
565
}
566
567
function
__isString(o) {
568
return
(typeof o ===
"string"
);
569
}
570
571
function
__isObject(o) {
572
return
(typeof o ===
"object"
);
Callers
4
resolveDataType
Function · 0.85
createExpr
Function · 0.85
ctor
Function · 0.85
breeze.debug.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected