MCPcopy Create free account
hub / github.com/GraphiteEditor/Graphite / wipeDocuments

Function wipeDocuments

frontend/src/utility-functions/persistence.ts:117–122  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

115}
116
117export async function wipeDocuments() {
118 await databaseDelete("state");
119 await databaseDelete("documents");
120
121 await wipeOldFormat();
122}
123
124// =========================
125// Migration from old format

Callers

nothing calls this directly

Calls 2

databaseDeleteFunction · 0.85
wipeOldFormatFunction · 0.85

Tested by

no test coverage detected