Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ step1
Function
step1
test/fixtures/wpt/webstorage/event_basic.js:16–21 ·
view source on GitHub ↗
(msg)
Source
from the content-addressed store, hash-verified
14
}
15
16
function
step1(msg)
17
{
18
storage.setItem(
'FOO'
,
'BAR'
);
19
20
runAfterNStorageEvents(t.step_func(step2), 1);
21
}
22
23
function
step2(msg)
24
{
Callers
nothing calls this directly
Calls
2
runAfterNStorageEvents
Function · 0.85
setItem
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…