MCPcopy
hub / github.com/di-sukharev/opencommit / isWritableStream

Function isWritableStream

out/cli.cjs:66582–66584  ·  view source on GitHub ↗
(stream4)

Source from the content-addressed store, hash-verified

66580// node_modules/execa/lib/pipe.js
66581var import_node_fs = require("node:fs");
66582var import_node_child_process = require("node:child_process");
66583
66584// node_modules/is-stream/index.js
66585function isStream(stream4) {
66586 return stream4 !== null && typeof stream4 === "object" && typeof stream4.pipe === "function";
66587}

Callers 1

pipeToTargetFunction · 0.85

Calls 1

isStreamFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…