MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / restoreControlledState

Function restoreControlledState

code/redux/public/app.js:4841–4845  ·  view source on GitHub ↗
(element, props)

Source from the content-addressed store, hash-verified

4839}
4840
4841function restoreControlledState(element, props) {
4842 var node = element;
4843 updateWrapper(node, props);
4844 updateNamedCousins(node, props);
4845}
4846
4847function updateNamedCousins(rootNode, props) {
4848 var name = props.name;

Callers 1

restoreControlledState$1Function · 0.70

Calls 2

updateWrapperFunction · 0.70
updateNamedCousinsFunction · 0.70

Tested by

no test coverage detected