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

Function setHashKey

lib/test/angular/1.5.0/angular.js:388–394  ·  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

386 * @param h the hashkey (!truthy to delete the hashkey)
387 */
388function setHashKey(obj, h) {
389 if (h) {
390 obj.$$hashKey = h;
391 } else {
392 delete obj.$$hashKey;
393 }
394}
395
396
397function baseExtend(dst, objs, deep) {

Callers 2

baseExtendFunction · 0.70
copyRecurseFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected