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

Method destroy

index.d.ts:18–18  ·  view source on GitHub ↗
(this: stream.Readable, error: Error | null, callback: (error: Error | null) => void)

Source from the content-addressed store, hash-verified

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}
21

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected