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

Function be

out/cli.cjs:7393–7408  ·  view source on GitHub ↗
(e3)

Source from the content-addressed store, hash-verified

7391 return !!r2(e3) && (!!Object.prototype.hasOwnProperty.call(e3, "_associatedReadableByteStreamController") && e3 instanceof ReadableStreamBYOBRequest);
7392}
7393function be(e3) {
7394 const t2 = function(e4) {
7395 const t3 = e4._controlledReadableByteStream;
7396 if ("readable" !== t3._state) return false;
7397 if (e4._closeRequested) return false;
7398 if (!e4._started) return false;
7399 if (J5(t3) && X4(t3) > 0) return true;
7400 if (Le(t3) && ze(t3) > 0) return true;
7401 if (ke(e4) > 0) return true;
7402 return false;
7403 }(e3);
7404 if (!t2) return;
7405 if (e3._pulling) return void (e3._pullAgain = true);
7406 e3._pulling = true;
7407 b6(e3._pullAlgorithm(), () => (e3._pulling = false, e3._pullAgain && (e3._pullAgain = false, be(e3)), null), (t3) => (Pe(e3, t3), null));
7408}
7409function he(e3) {
7410 Re(e3), e3._pendingPullIntos = new S5();
7411}

Callers 6

veFunction · 0.85
qeFunction · 0.85
OeFunction · 0.85
enqueueMethod · 0.85
[q5]Method · 0.85
readMethod · 0.85

Calls 7

J5Function · 0.85
X4Function · 0.85
LeFunction · 0.85
zeFunction · 0.85
keFunction · 0.85
b6Function · 0.85
PeFunction · 0.85

Tested by

no test coverage detected