MCPcopy Index your code
hub / github.com/bytebase/bytebase / clear

Method clear

frontend/src/utils/web-storage.ts:51–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49 }
50
51 clear() {
52 const keys = this.keys();
53 keys.forEach((key) => {
54 localStorage.removeItem(key);
55 });
56 }
57}

Callers 15

qp.min.jsFile · 0.80
ProjectSidebarFunction · 0.80
DashboardSidebarFunction · 0.80
MonacoEditorFunction · 0.80
useTabsFunction · 0.80
useEditStatusFunction · 0.80
editor.test.tsFile · 0.80
tab.test.tsFile · 0.80

Calls 1

keysMethod · 0.95

Tested by 1

stubAnimationFramesFunction · 0.64