Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
sendMessage
Function · 0.80
Calls
1
getFileModifications
Method · 0.80
Tested by
no test coverage detected