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

Function resetFetchBackendWarningFlag

packages/common/http/src/backend.ts:52–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50
51/** Internal function to reset the flag in tests */
52export function resetFetchBackendWarningFlag() {
53 fetchBackendWarningDisplayed = false;
54}
55
56@Injectable({providedIn: 'root'})
57export class HttpInterceptorHandler implements HttpHandler {

Callers 1

provider_spec.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…