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

Method clear

lib/internal/inspector/webstorage.js:52–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50 }
51
52 clear() {
53 super.clear();
54 itemsCleared(false);
55 }
56};
57
58function itemAdded(key, value, isLocalStorage) {

Callers

nothing calls this directly

Calls 2

itemsClearedFunction · 0.85
clearMethod · 0.65

Tested by

no test coverage detected