MCPcopy Create free account
hub / github.com/nodejs/node / clear

Method clear

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

Source from the content-addressed store, hash-verified

25 }
26
27 clear() {
28 super.clear();
29 itemsCleared(true);
30 }
31}
32
33const InspectorSessionStorage = class extends Storage {

Callers

nothing calls this directly

Calls 2

itemsClearedFunction · 0.85
clearMethod · 0.65

Tested by

no test coverage detected