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

Method getCli

packages/angular/cli/src/utilities/config.ts:138–140  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

136
137 // eslint-disable-next-line @typescript-eslint/no-explicit-any
138 getCli(): Record<string, any> | undefined {
139 return this.workspace.extensions['cli'] as Record<string, unknown>;
140 }
141
142 // eslint-disable-next-line @typescript-eslint/no-explicit-any
143 getProjectCli(projectName: string): Record<string, any> | undefined {

Callers 4

getSchematicCollectionsFunction · 0.80
getCompletionConfigFunction · 0.80
getAnalyticsInfoStringFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected