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

Method getFileModifcations

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

Source from the content-addressed store, hash-verified

203 }
204
205 getFileModifcations() {
206 return this.#filesStore.getFileModifications();
207 }
208
209 resetAllFileModifications() {
210 this.#filesStore.resetFileModifications();

Callers 1

sendMessageFunction · 0.80

Calls 1

getFileModificationsMethod · 0.80

Tested by

no test coverage detected