MCPcopy
hub / github.com/facebook/react / getPublicInstance

Function getPublicInstance

packages/react-art/src/ReactFiberConfigART.js:346–348  ·  view source on GitHub ↗
(instance)

Source from the content-addressed store, hash-verified

344}
345
346export function getPublicInstance(instance) {
347 return instance;
348}
349
350export function prepareForCommit() {
351 // Noop

Callers 9

collectScopedNodesFunction · 0.90
collectFirstScopedNodeFunction · 0.90
commitRootCallbacksFunction · 0.90
commitAttachRefFunction · 0.90
findHostInstanceFunction · 0.90
getPublicRootInstanceFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected