Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/di-sukharev/opencommit
/ IteratorValue
Function
IteratorValue
out/cli.cjs:11107–11109 ·
view source on GitHub ↗
(iterResult)
Source
from the content-addressed store, hash-verified
11105
return
Boolean(iterResult.done);
11106
}
11107
function
IteratorValue(iterResult) {
11108
return
iterResult.value;
11109
}
11110
function
IsNonNegativeNumber(v5) {
11111
if
(typeof v5 !==
"number"
) {
11112
return
false;
Callers
1
pullAlgorithm
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected