Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ after
Function
after
test/parallel/test-http2-ping.js:26–30 ·
view source on GitHub ↗
(id)
Source
from the content-addressed store, hash-verified
24
}
25
},
26
after(id) {
27
if
(pings.has(id)) {
28
events[2]++;
29
}
30
},
31
destroy(id) {
32
if
(pings.has(id)) {
33
events[3]++;
Callers
6
test-runner-tags-validation.mjs
File · 0.70
test-runner-root-after-with-refed-handles.js
File · 0.70
test-runner-get-test-context.js
File · 0.70
testDiagnosticChannel
Function · 0.70
testDiagnosticChannel
Function · 0.70
test-repl-tab-complete-computed-props.js
File · 0.70
Calls
1
has
Method · 0.65
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…