Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pomber/didact
/ commitRoot
Function
commitRoot
didact.js:92–97 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
90
}
91
92
function
commitRoot() {
93
deletions.forEach(commitWork)
94
commitWork(wipRoot.child)
95
currentRoot = wipRoot
96
wipRoot = null
97
}
98
99
function
commitWork(fiber) {
100
if
(!fiber) {
Callers
1
workLoop
Function · 0.85
Calls
1
commitWork
Function · 0.85
Tested by
no test coverage detected