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

Method save

packages/angular/cli/src/utilities/json-file.ts:176–178  ·  view source on GitHub ↗

Saves the modified content back to the file.

()

Source from the content-addressed store, hash-verified

174
175 /** Saves the modified content back to the file. */
176 save(): void {
177 writeFileSync(this.#path, this.#content);
178 }
179
180 /** Detects the indentation of the file. */
181 #detectIndentation(): void {

Callers 4

updateCacheConfigFunction · 0.45
setMethod · 0.45
setCompletionConfigFunction · 0.45
setAnalyticsConfigFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected