MCPcopy
hub / github.com/fastify/fastify / fn1

Function fn1

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

Source from the content-addressed store, hash-verified

15 }
16
17 function fn1 (a, b, done) {
18 t.assert.strictEqual(a, 'a')
19 t.assert.strictEqual(b, 'b')
20 done()
21 }
22
23 function fn2 (a, b, done) {
24 t.assert.strictEqual(a, 'a')

Callers

nothing calls this directly

Calls 1

doneFunction · 0.70

Tested by

no test coverage detected