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

Function IteratorComplete

out/cli.cjs:11104–11106  ·  view source on GitHub ↗
(iterResult)

Source from the content-addressed store, hash-verified

11102 return result;
11103 }
11104 function IteratorComplete(iterResult) {
11105 return Boolean(iterResult.done);
11106 }
11107 function IteratorValue(iterResult) {
11108 return iterResult.value;
11109 }

Callers 1

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