MCPcopy Index your code
hub / github.com/di-sukharev/opencommit / isExecaChildProcess

Function isExecaChildProcess

out/cli.cjs:66587–66587  ·  view source on GitHub ↗
(target)

Source from the content-addressed store, hash-verified

66585function isStream(stream4) {
66586 return stream4 !== null && typeof stream4 === "object" && typeof stream4.pipe === "function";
66587}
66588function isWritableStream(stream4) {
66589 return isStream(stream4) && stream4.writable !== false && typeof stream4._write === "function" && typeof stream4._writableState === "object";
66590}

Callers 1

pipeToTargetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…