MCPcopy Index your code
hub / github.com/nodejs/node / before

Function before

test/parallel/test-http2-ping.js:21–25  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

19 }
20 },
21 before(id) {
22 if (pings.has(id)) {
23 events[1]++;
24 }
25 },
26 after(id) {
27 if (pings.has(id)) {
28 events[2]++;

Calls 1

hasMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…