MCPcopy Create free account
hub / github.com/angular/angular / makeLiteralTagInterceptorFn

Function makeLiteralTagInterceptorFn

packages/common/http/test/provider_spec.ts:817–819  ·  view source on GitHub ↗
(tag: string)

Source from the content-addressed store, hash-verified

815}
816
817function makeLiteralTagInterceptorFn(tag: string): HttpInterceptorFn {
818 return (req, next) => next(addTagToRequest(req, tag));
819}
820
821function makeOrderedTagInterceptorFn(tag: string, order: string[]): HttpInterceptorFn {
822 return (req, next) => {

Callers 1

provider_spec.tsFile · 0.85

Calls 2

addTagToRequestFunction · 0.85
nextFunction · 0.50

Tested by

no test coverage detected