MCPcopy 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]++;

Calls 1

hasMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…