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

Method removeItem

lib/internal/inspector/webstorage.js:46–50  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

44 }
45
46 removeItem(key) {
47 key = `${key}`;
48 super.removeItem(key);
49 itemRemoved(key, false);
50 }
51
52 clear() {
53 super.clear();

Callers 14

removeItemMethod · 0.45
mainFunction · 0.45
step3Function · 0.45
step4Function · 0.45
step3Function · 0.45
step4Function · 0.45
step3Function · 0.45
step4Function · 0.45

Calls 1

itemRemovedFunction · 0.85

Tested by

no test coverage detected