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

Method encodeKey

packages/common/http/src/params.ts:23–23  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

21 **/
22export interface HttpParameterCodec {
23 encodeKey(key: string): string;
24 encodeValue(value: string): string;
25
26 decodeKey(key: string): string;

Callers 1

toStringMethod · 0.65

Implementers 1

HttpUrlEncodingCodecpackages/common/http/src/params.ts

Calls

no outgoing calls

Tested by

no test coverage detected