MCPcopy
hub / github.com/fastify/fastify / fn2

Function fn2

test/internals/hook-runner.test.js:23–27  ·  view source on GitHub ↗
(a, b, done)

Source from the content-addressed store, hash-verified

21 }
22
23 function fn2 (a, b, done) {
24 t.assert.strictEqual(a, 'a')
25 t.assert.strictEqual(b, 'b')
26 done()
27 }
28
29 function fn3 (a, b, done) {
30 t.assert.strictEqual(a, 'a')

Callers

nothing calls this directly

Calls 1

doneFunction · 0.70

Tested by

no test coverage detected