MCPcopy Create free account
hub / github.com/form-data/form-data / read

Method read

index.d.ts:17–17  ·  view source on GitHub ↗
(this: stream.Readable, size: number)

Source from the content-addressed store, hash-verified

15 encoding?: string;
16 objectMode?: boolean;
17 read?(this: stream.Readable, size: number): void;
18 destroy?(this: stream.Readable, error: Error | null, callback: (error: Error | null) => void): void;
19 autoDestroy?: boolean;
20}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected