MCPcopy
hub / github.com/stackblitz/bolt.new / ModifiedFile

Interface ModifiedFile

app/utils/diff.ts:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8);
9
10interface ModifiedFile {
11 type: 'diff' | 'file';
12 content: string;
13}
14
15type FileModifications = Record<string, ModifiedFile>;
16

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected