MCPcopy
hub / github.com/fastify/fastify / first

Function first

test/content-parser.test.js:8–8  ·  view source on GitHub ↗
(req, payload, done)

Source from the content-addressed store, hash-verified

6const { FST_ERR_CTP_ALREADY_PRESENT, FST_ERR_CTP_INVALID_TYPE, FST_ERR_CTP_INVALID_MEDIA_TYPE } = require('../lib/errors')
7
8const first = function (req, payload, done) {}
9const second = function (req, payload, done) {}
10const third = function (req, payload, done) {}
11

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected