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

Function fmtGuid

CustomerManager/Scripts/breeze.debug.js:5561–5567  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

5559 };
5560
5561 var fmtGuid = function (val) {
5562 if (val == null) return null;
5563 if (!__isGuid(val)) {
5564 throwError("'%1' is not a valid guid", val);
5565 }
5566 return "guid'" + val + "'";
5567 };
5568
5569 var fmtBoolean = function (val) {
5570 if (val == null) return null;

Callers

nothing calls this directly

Calls 2

__isGuidFunction · 0.85
throwErrorFunction · 0.85

Tested by

no test coverage detected