MCPcopy
hub / github.com/angular/angular-cli / forEach

Method forEach

packages/angular_devkit/core/src/logger/logger.ts:168–173  ·  view source on GitHub ↗
(
    next: (value: LogEntry) => void,
    promiseCtor: PromiseConstructorLike = Promise,
  )

Source from the content-addressed store, hash-verified

166 }
167
168 override forEach(
169 next: (value: LogEntry) => void,
170 promiseCtor: PromiseConstructorLike = Promise,
171 ): Promise<void> {
172 return this._observable.forEach(next, promiseCtor);
173 }
174}

Calls

no outgoing calls

Tested by

no test coverage detected