Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/di-sukharev/opencommit
/ _addRun
Method
_addRun
out/cli.cjs:83221–83223 ·
view source on GitHub ↗
(run)
Source
from the content-addressed store, hash-verified
83219
}
83220
}
else
{
83221
throw Error(`Unhandled record
type
: ${key}, deltaValue: ${deltaValue}, accValue: ${accValue}`);
83222
}
83223
acc[key] = accValue;
83224
}
83225
return
acc;
83226
}
Callers
4
_fromReadableStream
Method · 0.95
_createToolAssistantStream
Method · 0.95
_createThreadAssistantStream
Method · 0.95
_createAssistantStream
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected