MCPcopy
hub / github.com/rx-angular/rx-angular / next

Function next

libs/cdk/coercing/src/lib/coerce-all-factory.ts:30–32  ·  view source on GitHub ↗
(observable: Observable<U> | U)

Source from the content-addressed store, hash-verified

28
29 return {
30 next(observable: Observable<U> | U) {
31 observablesSubject.next(observable);
32 },
33 values$,
34 };
35}

Callers 6

server.tsFile · 0.50
appFunction · 0.50
httpErrorInterceptorISRFunction · 0.50
serveFromCacheMethod · 0.50
renderMethod · 0.50

Calls 1

nextMethod · 0.65

Tested by

no test coverage detected