MCPcopy Index your code
hub / github.com/stackblitz/bolt.new / saveAllFiles

Method saveAllFiles

app/lib/stores/workbench.ts:199–203  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

197 }
198
199 async saveAllFiles() {
200 for (const filePath of this.unsavedFiles.get()) {
201 await this.saveFile(filePath);
202 }
203 }
204
205 getFileModifcations() {
206 return this.#filesStore.getFileModifications();

Callers 1

sendMessageFunction · 0.80

Calls 1

saveFileMethod · 0.95

Tested by

no test coverage detected