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

Function setHashKey

lib/test/angular/1.6.7/angular.js:475–481  ·  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

473 * @param h the hashkey (!truthy to delete the hashkey)
474 */
475function setHashKey(obj, h) {
476 if (h) {
477 obj.$$hashKey = h;
478 } else {
479 delete obj.$$hashKey;
480 }
481}
482
483
484function baseExtend(dst, objs, deep) {

Callers 2

baseExtendFunction · 0.70
copyRecurseFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected