Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
58
function
itemAdded(key, value, isLocalStorage) {
Callers
nothing calls this directly
Calls
2
itemsCleared
Function · 0.85
clear
Method · 0.65
Tested by
no test coverage detected