MCPcopy Index your code
hub / github.com/angular/angular-cli / next

Function next

packages/angular_devkit/architect/src/jobs/simple-scheduler.ts:89–91  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

87 innerSub = subject.subscribe(subscriber);
88 subscription = source.subscribe({
89 next(value) {
90 subject.next(value);
91 },
92 error(err) {
93 hasError = true;
94 subject.error(err);

Callers

nothing calls this directly

Calls 1

nextMethod · 0.80

Tested by

no test coverage detected