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

Function log

packages/angular_devkit/architect/src/create-builder.ts:58–60  ·  view source on GitHub ↗
(entry: logging.LogEntry)

Source from the content-addressed store, hash-verified

56 let total = 1;
57
58 function log(entry: logging.LogEntry) {
59 logChannel.next(entry);
60 }
61 function progress(progress: TypedBuilderProgress, context: BuilderContext) {
62 currentState = progress.state;
63 if (progress.state === BuilderProgressState.Running) {

Callers 1

onInputFunction · 0.70

Calls 1

nextMethod · 0.80

Tested by

no test coverage detected