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

Function myFile

test/integration/test-request.js:18–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16
17var fileName = common.dir.fixture + '/unicycle.jpg';
18var myFile = function () { return fs.createReadStream(fileName); };
19var numItems = 5;
20
21// Make request to use our FormData

Callers 1

test-request.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…