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

Method encodeValue

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

Source from the content-addressed store, hash-verified

22export interface HttpParameterCodec {
23 encodeKey(key: string): string;
24 encodeValue(value: string): string;
25
26 decodeKey(key: string): string;
27 decodeValue(value: 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