MCPcopy Index your code
hub / github.com/pomber/didact / commitDeletion

Function commitDeletion

didact.js:132–138  ·  view source on GitHub ↗
(fiber, domParent)

Source from the content-addressed store, hash-verified

130}
131
132function commitDeletion(fiber, domParent) {
133 if (fiber.dom) {
134 domParent.removeChild(fiber.dom)
135 } else {
136 commitDeletion(fiber.child, domParent)
137 }
138}
139
140function render(element, container) {
141 wipRoot = {

Callers 1

commitWorkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected