MCPcopy Index your code
hub / github.com/ColmapView/Colmapview.github.io / clearPersistedSettings

Function clearPersistedSettings

src/store/migration.ts:20–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18} as const;
19
20export function clearPersistedSettings(): void {
21 Object.values(STORAGE_KEYS).forEach(key => localStorage.removeItem(key));
22}
23
24// Property mappings for migration
25const POINT_CLOUD_PROPERTIES = [

Callers 2

SettingsPanelFunction · 0.90
DropZoneFunction · 0.90

Calls 1

valuesMethod · 0.65

Tested by

no test coverage detected