Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/node-formidable/formidable
/ _maybeEnd
Method
_maybeEnd
src/Formidable.js:675–681 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
673
}
674
675
_maybeEnd() {
676
if
(!this.ended || this._flushing || this.error) {
677
return
;
678
}
679
this.req = null;
680
this.emit(
'end'
);
681
}
682
}
683
684
export
default IncomingForm;
Callers
7
_handlePart
Method · 0.95
_flush
Method · 0.80
init
Function · 0.80
done
Function · 0.80
init
Function · 0.80
createInitMultipart
Function · 0.80
test-incoming-form.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected