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

Function getMessage

CustomerManager/Scripts/breeze.debug.js:890–896  ·  view source on GitHub ↗
(context, v)

Source from the content-addressed store, hash-verified

888 }
889
890 function getMessage(context, v) {
891 var msg = context.msg;
892 if (typeof (msg) === "function") {
893 msg = msg(context, v);
894 }
895 return msg;
896 }
897
898 proto.or = function () {
899 this._contexts.push(null);

Callers 4

isOptionalMessageFunction · 0.85
isArrayMessageFunction · 0.85
breeze.debug.jsFile · 0.85
createErrorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected