MCPcopy Index your code
hub / github.com/angular-ui/ui-grid / setHashKey

Function setHashKey

lib/test/angular/1.7.0/angular.js:441–447  ·  view source on GitHub ↗

* Set or clear the hashkey for an object. * @param obj object * @param h the hashkey (!truthy to delete the hashkey)

(obj, h)

Source from the content-addressed store, hash-verified

439 * @param h the hashkey (!truthy to delete the hashkey)
440 */
441function setHashKey(obj, h) {
442 if (h) {
443 obj.$$hashKey = h;
444 } else {
445 delete obj.$$hashKey;
446 }
447}
448
449
450function baseExtend(dst, objs, deep) {

Callers 2

baseExtendFunction · 0.70
copyRecurseFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected