Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ onunpipe
Function
onunpipe
static/word2md/mammoth.browser.js:24647–24652 ·
view source on GitHub ↗
(readable)
Source
from the content-addressed store, hash-verified
24645
24646
dest.on(
'unpipe'
, onunpipe);
24647
function
onunpipe(readable) {
24648
debug(
'onunpipe'
);
24649
if
(readable === src) {
24650
cleanup();
24651
}
24652
}
24653
24654
function
onend() {
24655
debug(
'onend'
);
Callers
nothing calls this directly
Calls
1
cleanup
Function · 0.70
Tested by
no test coverage detected