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

Method find

packages/angular_devkit/schematics/src/tree/action.ts:144–146  ·  view source on GitHub ↗
(predicate: (value: Action) => boolean)

Source from the content-addressed store, hash-verified

142 return false;
143 }
144 find(predicate: (value: Action) => boolean): Action | null {
145 return this._actions.find(predicate) || null;
146 }
147 forEach(fn: (value: Action, index: number, array: Action[]) => void, thisArg?: {}): void {
148 this._actions.forEach(fn, thisArg);
149 }

Callers 15

resolveNgModuleBasedDataFunction · 0.80
addTailwindStylesFunction · 0.80
transformDoneCallbackFunction · 0.80
getServerModulePathFunction · 0.80
addServerRoutingConfigFunction · 0.80
checkForDomainFunction · 0.80
findFeaturesAssignmentFunction · 0.80
createDispatcherFunction · 0.80
_getValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected