MCPcopy Index your code
hub / github.com/nodejs/node / isWritableStreamLocked

Function isWritableStreamLocked

lib/internal/webstreams/writablestream.js:623–625  ·  view source on GitHub ↗
(stream)

Source from the content-addressed store, hash-verified

621}
622
623function isWritableStreamLocked(stream) {
624 return stream[kState].writer !== undefined;
625}
626
627function setupWritableStreamDefaultWriter(writer, stream) {
628 if (isWritableStreamLocked(stream))

Callers 7

lockedMethod · 0.85
abortMethod · 0.85
closeMethod · 0.85
pipeThroughMethod · 0.85
pipeToMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected