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

Function setHashKey

test/angular/1.5/angular.js:392–398  ·  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

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

Callers 2

baseExtendFunction · 0.70
copyRecurseFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected