Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/node-formidable/formidable
/ done
Function
done
src/plugins/octetstream.js:69–74 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
67
this.ended = true;
68
69
const
done = () => {
70
file.end(() => {
71
this.emit(
'file'
,
'file'
, file);
72
this._maybeEnd();
73
});
74
};
75
76
if
(outstandingWrites === 0) {
77
done();
Callers
15
file-write-stream-handler-option.test.js
File · 0.85
octet-stream.test.js
File · 0.85
store-files-option.test.js
File · 0.85
json.test.js
File · 0.85
testNext
Function · 0.85
keep-alive-error.test.js
File · 0.85
connection-aborted.test.js
File · 0.85
issue-46.test.js
File · 0.85
content-transfer-encoding.test.js
File · 0.85
volatile-file.test.js
File · 0.85
formidable.test.js
File · 0.85
_flush
Method · 0.85
Calls
2
_maybeEnd
Method · 0.80
end
Method · 0.45
Tested by
1
testNext
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…