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

Function ctor

CustomerManager/Scripts/breeze.debug.js:713–718  ·  view source on GitHub ↗
(v, name)

Source from the content-addressed store, hash-verified

711 // is optional or
712
713 var ctor = function (v, name) {
714 this.v = v;
715 this.name = name;
716 this._contexts = [null];
717
718 };
719 var proto = ctor.prototype;
720
721 proto.isObject = function () {

Callers

nothing calls this directly

Calls 14

assertParamFunction · 0.85
__extendFunction · 0.85
updateWithConfigFunction · 0.85
createKeyStringFunction · 0.85
assertConfigFunction · 0.85
qualifyTypeNameFunction · 0.85
addPropertiesFunction · 0.85
__getUuidFunction · 0.85
createPredicateFromArrayFunction · 0.85
resolveDataTypeFunction · 0.85
__isStringFunction · 0.85

Tested by

no test coverage detected