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