MCPcopy Create free account
hub / github.com/pillarjs/multiparty / assertAndUnlink

Function assertAndUnlink

test/test.js:695–698  ·  view source on GitHub ↗
(file)

Source from the content-addressed store, hash-verified

693 server.close(cb);
694
695 function assertAndUnlink(file){
696 assert.strictEqual(file.fieldName, 'upload')
697 fs.unlinkSync(file.path);
698 }
699 });
700 });
701 server.listen(function() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…