Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
const
InspectorSessionStorage =
class
extends Storage {
Callers
nothing calls this directly
Calls
2
itemsCleared
Function · 0.85
clear
Method · 0.65
Tested by
no test coverage detected