MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / getFiberCurrentPropsFromNode$1

Function getFiberCurrentPropsFromNode$1

code/third-party/public/app.js:1731–1733  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

1729}
1730
1731function getFiberCurrentPropsFromNode$1(node) {
1732 return node[internalEventHandlersKey] || null;
1733}
1734
1735function updateFiberProps$1(node, props) {
1736 node[internalEventHandlersKey] = props;

Callers 1

updateNamedCousinsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected