Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/stackblitz/bolt.new
/ resetFileModifications
Method
resetFileModifications
app/lib/stores/files.ts:79–81 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
77
}
78
79
resetFileModifications() {
80
this.#modifiedFiles.clear();
81
}
82
83
async
saveFile(filePath: string, content: string) {
84
const
webcontainer =
await
this.#webcontainer;
Callers
1
resetAllFileModifications
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected