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

Function isStream3

out/cli.cjs:47775–47777  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

47773 function nop() {
47774 }
47775 function isStream3(obj) {
47776 return obj && typeof obj === "object" && typeof obj.pipe === "function" && typeof obj.on === "function";
47777 }
47778 function isBlobLike3(object) {
47779 return Blob5 && object instanceof Blob5 || object && typeof object === "object" && (typeof object.stream === "function" || typeof object.arrayBuffer === "function") && /^(Blob|File)$/.test(object[Symbol.toStringTag]);
47780 }

Callers 2

bodyLengthFunction · 0.85
destroy2Function · 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…