MCPcopy
hub / github.com/angular/angular / get

Method get

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

* Retrieves a single value for a parameter. * @param name The parameter name. * @return The parameter's single value, * or the first value if the parameter has multiple values, * or `null` when there is no such parameter.

(name: string)

Source from the content-addressed store, hash-verified

59 * or `null` when there is no such parameter.
60 */
61 get(name: string): string | null;
62 /**
63 * Retrieves multiple values for a parameter.
64 * @param name The parameter name.

Callers 15

applyWithProgramMethod · 0.65
createSamplerFunction · 0.65
runner_spec.tsFile · 0.65
createExtensionFunction · 0.65
createReportersFunction · 0.65
createReporterFunction · 0.65
createReporterFunction · 0.65
createMetricFunction · 0.65
createMetricFunction · 0.65
createMetricFunction · 0.65
createValidatorFunction · 0.65
createValidatorFunction · 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 14

retrieveMethod · 0.52
shouldDestroyInjectorMethod · 0.52
retrieveMethod · 0.52
constructorMethod · 0.52
guardsIntegrationSuiteFunction · 0.52
selectScenarioFunction · 0.52
getDirectiveMetadataFunction · 0.52
getComponentFunction · 0.52
getDirectivesFunction · 0.52
ɵgetControlFlowBlocksFunction · 0.52