MCPcopy Index your code
hub / github.com/nodejs/node / itemsCleared

Function itemsCleared

lib/internal/inspector/webstorage.js:94–102  ·  view source on GitHub ↗
(isLocalStorage)

Source from the content-addressed store, hash-verified

92}
93
94function itemsCleared(isLocalStorage) {
95 DOMStorage.domStorageItemsCleared({
96 storageId: {
97 securityOrigin: '',
98 isLocalStorage,
99 storageKey: getStorageKey(),
100 },
101 });
102}
103
104function getStorageKey() {
105 const localStorageFile = getOptionValue('--localstorage-file');

Callers 2

clearMethod · 0.85
clearMethod · 0.85

Calls 1

getStorageKeyFunction · 0.85

Tested by

no test coverage detected