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

Function updateAliasMap

CustomerManager/Scripts/breeze.debug.js:9930–9938  ·  view source on GitHub ↗
(aliasMap, op, config)

Source from the content-addressed store, hash-verified

9928 };
9929
9930 function updateAliasMap(aliasMap, op, config) {
9931 var key = op.toLowerCase();
9932 config.key = key;
9933 aliasMap[key] = config;
9934
9935 config.aliases && config.aliases.forEach(function (alias) {
9936 aliasMap[alias.toLowerCase()] = config;
9937 });
9938 }
9939
9940 proto._resolveOp = function (op, okIfNotFound) {
9941 op = op.operator || op;

Callers 1

breeze.debug.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected