MCPcopy
hub / github.com/fastify/fastify / fn3

Function fn3

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

Source from the content-addressed store, hash-verified

27 }
28
29 function fn3 (a, b, done) {
30 t.assert.strictEqual(a, 'a')
31 t.assert.strictEqual(b, 'b')
32 done()
33 }
34
35 function done (err, a, b) {
36 t.assert.ifError(err)

Callers

nothing calls this directly

Calls 1

doneFunction · 0.70

Tested by

no test coverage detected