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

Function guard1

packages/router/test/integration/guards.spec.ts:1840–1842  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1838
1839 let log: string[];
1840 const guard1 = () => {
1841 return delayObservable(15).pipe(tap({next: () => log.push('guard1')}));
1842 };
1843 const guard2 = () => {
1844 return delayObservable(0).pipe(tap({next: () => log.push('guard2')}));
1845 };

Callers

nothing calls this directly

Calls 4

delayObservableFunction · 0.85
setTimeoutFunction · 0.85
thenMethod · 0.65
pushMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…