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

Function hasSetCookieHeader

packages/common/http/src/transfer_cache.ts:343–345  ·  view source on GitHub ↗
(headers: HttpHeaders)

Source from the content-addressed store, hash-verified

341}
342
343function hasSetCookieHeader(headers: HttpHeaders): boolean {
344 return headers.has('set-cookie');
345}
346
347function isNonCacheableRequest(cache: RequestCache): boolean {
348 return cache === 'no-cache' || cache === 'no-store';

Callers 1

Calls 1

hasMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…