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

Method getFileModifications

app/lib/stores/files.ts:75–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73 }
74
75 getFileModifications() {
76 return computeFileModifications(this.files.get(), this.#modifiedFiles);
77 }
78
79 resetFileModifications() {
80 this.#modifiedFiles.clear();

Callers 1

getFileModifcationsMethod · 0.80

Calls 1

computeFileModificationsFunction · 0.90

Tested by

no test coverage detected