MCPcopy Index your code
hub / github.com/caseywebdev/react-list / commitUpdate

Function commitUpdate

docs/index.js:37752–37755  ·  view source on GitHub ↗
(domElement, type, oldProps, newProps)

Source from the content-addressed store, hash-verified

37750 }
37751 }
37752 function commitUpdate(domElement, type, oldProps, newProps) {
37753 updateProperties(domElement, type, oldProps, newProps);
37754 domElement[internalPropsKey] = newProps;
37755 }
37756 function resetTextContent(domElement) {
37757 setTextContent(domElement, "");
37758 }

Callers

nothing calls this directly

Calls 1

updatePropertiesFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…