MCPcopy Create free account
hub / github.com/fastify/fastify / Read

Function Read

test/inject.test.js:374–376  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

372// https://github.com/hapijs/shot/blob/master/test/index.js#L836
373function getStream () {
374 const Read = function () {
375 Stream.Readable.call(this)
376 }
377 util.inherits(Read, Stream.Readable)
378 const word = '{"hello":"world"}'
379 let i = 0

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected