MCPcopy Index your code
hub / github.com/plotly/dash / clearStores

Function clearStores

dash/dash-renderer/tests/persistence.test.js:44–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42};
43
44const clearStores = () => {
45 window.localStorage.clear();
46 window.sessionStorage.clear();
47 stores.memory.clear();
48 // clear all record of having tested the stores
49 delete stores.local;
50 delete stores.session;
51};
52
53const layoutA = storeType => ({
54 namespace: 'my_components',

Callers 1

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…