MCPcopy Create free account
hub / github.com/astuyve/lambda-stream / getBufferedData

Method getBufferedData

src/ResponseStream.ts:23–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21 }
22
23 getBufferedData(): Buffer {
24 return Buffer.concat(this.response)
25 }
26
27 setContentType(contentType: string) {
28 this._contentType = contentType

Callers 1

streamifyResponseFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected