MCPcopy Index your code
hub / github.com/angular/angular / decodeHash

Method decodeHash

packages/common/upgrade/src/params.ts:166–169  ·  view source on GitHub ↗
(hash: string)

Source from the content-addressed store, hash-verified

164
165 // https://github.com/angular/angular.js/blob/864c7f0/src/ng/location.js#L73
166 decodeHash(hash: string) {
167 hash = decodeURIComponent(hash);
168 return hash[0] === '#' ? hash.substring(1) : hash;
169 }
170
171 // https://github.com/angular/angular.js/blob/864c7f0/src/ng/location.js#L149
172 // https://github.com/angular/angular.js/blob/864c7f0/src/ng/location.js#L42

Callers 2

normalizeMethod · 0.95
parseAppUrlMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected