Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sindresorhus/execa
/ writable.js
File
writable.js
test/convert/writable.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{once} from
'node:events'
;
2
import
{compose, Readable, Writable} from
'node:stream'
;
3
import
{pipeline} from
'node:stream/promises'
;
4
import
{text} from
'node:stream/consumers'
;
Callers
nothing calls this directly
Calls
13
setFixtureDirectory
Function · 0.90
getWritableSubprocess
Function · 0.90
finishedStream
Function · 0.90
assertSubprocessOutput
Function · 0.90
fullReadableStdio
Function · 0.90
getReadWriteSubprocess
Function · 0.90
assertStreamOutput
Function · 0.90
assertProcessNormalExit
Function · 0.90
assertWritableAborted
Function · 0.90
assertSubprocessError
Function · 0.90
assertStreamError
Function · 0.90
assertPromiseError
Function · 0.90
Tested by
no test coverage detected