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

Method getChannel

packages/angular_devkit/architect/src/jobs/api.ts:341–341  ·  view source on GitHub ↗

* Get a channel that validates against the schema. Messages will be filtered by the schema. * @param name The name of the channel. * @param schema A schema to use to validate messages.

(name: string, schema?: schema.JsonSchema)

Source from the content-addressed store, hash-verified

339 * @param schema A schema to use to validate messages.
340 */
341 getChannel<T extends JsonValue>(name: string, schema?: schema.JsonSchema): Observable<T>;
342
343 /**
344 * Pings the job and wait for the resulting Pong before completing.

Callers 2

scheduleByNameFunction · 0.65

Implementers 1

SimpleSchedulerpackages/angular_devkit/architect/src/

Calls

no outgoing calls

Tested by

no test coverage detected