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

Method clone

packages/common/http/src/params.ts:314–319  ·  view source on GitHub ↗
(update: Update | Update[])

Source from the content-addressed store, hash-verified

312 }
313
314 private clone(update: Update | Update[]): HttpParams {
315 const clone = new HttpParams({encoder: this.encoder} as HttpParamsOptions);
316 clone.cloneFrom = this.cloneFrom || this;
317 clone.updates = (this.updates || []).concat(update);
318 return clone;
319 }
320
321 private init() {
322 if (this.map === null) {

Callers 4

appendMethod · 0.95
appendAllMethod · 0.95
setMethod · 0.95
deleteMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected