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

Method decodeSearch

packages/common/upgrade/src/params.ts:161–163  ·  view source on GitHub ↗
(search: string)

Source from the content-addressed store, hash-verified

159
160 // https://github.com/angular/angular.js/blob/864c7f0/src/ng/location.js#L72
161 decodeSearch(search: string) {
162 return parseKeyValue(search);
163 }
164
165 // https://github.com/angular/angular.js/blob/864c7f0/src/ng/location.js#L73
166 decodeHash(hash: string) {

Callers 3

normalizeMethod · 0.95
parseAppUrlMethod · 0.80
searchMethod · 0.80

Calls 1

parseKeyValueFunction · 0.85

Tested by

no test coverage detected