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

Method getAll

packages/router/src/shared.ts:69–69  ·  view source on GitHub ↗

* Retrieves multiple values for a parameter. * @param name The parameter name. * @return An array containing one or more values, * or an empty array if there is no such parameter. *

(name: string)

Source from the content-addressed store, hash-verified

67 *
68 */
69 getAll(name: string): string[];
70
71 /** Names of the parameters in the map. */
72 readonly keys: string[];

Callers 7

params_spec.tsFile · 0.65
headers_spec.tsFile · 0.65
getFilteredHeadersFunction · 0.65
shared.spec.tsFile · 0.65
utils_spec.tsFile · 0.65

Implementers 3

ParamsAsMappackages/router/src/shared.ts
HttpHeaderspackages/common/http/src/headers.ts
HttpParamspackages/common/http/src/params.ts

Calls

no outgoing calls

Tested by

no test coverage detected