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

Function hasOutgoingCredentials

packages/common/http/src/transfer_cache.ts:351–355  ·  view source on GitHub ↗
(req: HttpRequest<unknown>)

Source from the content-addressed store, hash-verified

349}
350
351function hasOutgoingCredentials(req: HttpRequest<unknown>): boolean {
352 const {withCredentials, credentials} = req;
353
354 return withCredentials || credentials === 'include' || credentials === 'same-origin';
355}
356
357function getFilteredHeaders(
358 headers: HttpHeaders,

Callers 1

canUseOrCacheRequestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…