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

Method save

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

Source from the content-addressed store, hash-verified

147 }
148
149 save(): Promise<void> {
150 return workspaces.writeWorkspace(
151 this.workspace,
152 createWorkspaceHost(),
153 this.filePath,
154 workspaces.WorkspaceFormat.JSON,
155 );
156 }
157
158 static async load(workspaceFilePath: string): Promise<AngularWorkspace> {
159 const result = await workspaces.readWorkspace(

Callers 1

getWorkspaceRawFunction · 0.45

Calls 1

createWorkspaceHostFunction · 0.70

Tested by

no test coverage detected