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

Function isDestroyed

out/cli.cjs:47884–47886  ·  view source on GitHub ↗
(stream5)

Source from the content-addressed store, hash-verified

47882 return null;
47883 }
47884 function isDestroyed(stream5) {
47885 return !stream5 || !!(stream5.destroyed || stream5[kDestroyed]);
47886 }
47887 function isReadableAborted(stream5) {
47888 const state2 = stream5 && stream5._readableState;
47889 return isDestroyed(stream5) && state2 && !state2.endEmitted;

Callers 2

isReadableAbortedFunction · 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…