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

Method constructor

src/ResponseStream.ts:8–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6 _isBase64Encoded?: boolean
7
8 constructor() {
9 super()
10 this.response = []
11 }
12 // @param chunk Chunk of data to unshift onto the read queue. For streams not operating in object mode, `chunk` must be a string, `Buffer`, `Uint8Array` or `null`. For object mode
13 // streams, `chunk` may be any JavaScript value.
14 _write(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected