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

Function getCompletionConfig

packages/angular/cli/src/utilities/completion.ts:101–105  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

99}
100
101async function getCompletionConfig(): Promise<CompletionConfig | undefined> {
102 const wksp = await getWorkspace('global');
103
104 return wksp?.getCli()?.['completion'];
105}
106
107async function setCompletionConfig(config: CompletionConfig): Promise<void> {
108 const wksp = await getWorkspace('global');

Callers 1

Calls 2

getWorkspaceFunction · 0.90
getCliMethod · 0.80

Tested by

no test coverage detected