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

Function next

packages/angular_devkit/architect/src/index_spec.ts:225–227  ·  view source on GitHub ↗
(entry)

Source from the content-addressed store, hash-verified

223 const logs: string[] = [];
224 logger.subscribe({
225 next(entry) {
226 logs.push(entry.message);
227 },
228 });
229 const run = await architect.scheduleBuilder('package:test-logging', {}, { logger });
230 expect(await run.result).toEqual(jasmine.objectContaining({ success: true }));

Callers 3

#runWithThrottleMethod · 0.50
extractFileFunction · 0.50
appFunction · 0.50

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected