MCPcopy
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
92function commitRoot() {
93 deletions.forEach(commitWork)
94 commitWork(wipRoot.child)
95 currentRoot = wipRoot
96 wipRoot = null
97}
98
99function commitWork(fiber) {
100 if (!fiber) {

Callers 1

workLoopFunction · 0.85

Calls 1

commitWorkFunction · 0.85

Tested by

no test coverage detected