MCPcopy Create free account
hub / github.com/PacktPublishing/Building-Your-Own-JavaScript-Framework /

Class

chapter2/hapi-libs/headers.js:166–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164
165
166internals.Empty = class extends Stream.Readable {
167
168 _read(/* size */) {
169
170 this.push(null);
171 }
172
173 writeToStream(stream) {
174
175 stream.end();
176 }
177};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected