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

Function pull2Algorithm

out/cli.cjs:13726–13739  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13724 return promiseResolvedWith(void 0);
13725 }
13726 function pull2Algorithm() {
13727 if (reading) {
13728 readAgainForBranch2 = true;
13729 return promiseResolvedWith(void 0);
13730 }
13731 reading = true;
13732 const byobRequest = ReadableByteStreamControllerGetBYOBRequest(branch2._readableStreamController);
13733 if (byobRequest === null) {
13734 pullWithDefaultReader();
13735 } else {
13736 pullWithBYOBReader(byobRequest._view, true);
13737 }
13738 return promiseResolvedWith(void 0);
13739 }
13740 function cancel1Algorithm(reason) {
13741 canceled1 = true;
13742 reason1 = reason;

Callers 2

pullWithDefaultReaderFunction · 0.85
pullWithBYOBReaderFunction · 0.85

Calls 4

promiseResolvedWithFunction · 0.85
pullWithDefaultReaderFunction · 0.85
pullWithBYOBReaderFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…