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

Method has

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

* Returns true if the job name has been registered. * @param name The name of the job. * @returns True if the job exists, false otherwise.

(name: JobName)

Source from the content-addressed store, hash-verified

409 * @returns True if the job exists, false otherwise.
410 */
411 has(name: JobName): Observable<boolean>;
412
413 /**
414 * Pause the scheduler, temporary queueing _new_ jobs. Returns a resume function that should be

Callers 15

findNodesFunction · 0.65
workspace_spec.tsFile · 0.65
addDependencyFunction · 0.65
removeDependencyFunction · 0.65
CodeBlockClass · 0.65
findTestFilesFunction · 0.65
removeImportSpecifiersFunction · 0.65
isUnsupportedJasmineCallFunction · 0.65

Implementers 1

SimpleSchedulerpackages/angular_devkit/architect/src/

Calls

no outgoing calls

Tested by

no test coverage detected