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

Function isReadable

out/cli.cjs:48002–48006  ·  view source on GitHub ↗
(body)

Source from the content-addressed store, hash-verified

48000 )));
48001 }
48002 function isReadable(body) {
48003 return !!(body && (stream4.isReadable ? stream4.isReadable(body) : /state: 'readable'/.test(
48004 nodeUtil.inspect(body)
48005 )));
48006 }
48007 function getSocketInfo(socket) {
48008 return {
48009 localAddress: socket.localAddress,

Callers 2

abortFetchFunction · 0.85
onAbortedFunction · 0.85

Calls 1

testMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…