MCPcopy
hub / github.com/directus/directus / read

Function read

api/src/ai/files/controllers/upload.test.ts:42–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40
41 const stream = new Readable({
42 read() {
43 this.push(body);
44 this.push(null);
45 },
46 });
47
48 return {

Callers

nothing calls this directly

Calls 1

fromMethod · 0.80

Tested by

no test coverage detected