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

Function getRootHostContext

packages/react-art/src/ReactFiberConfigART.js:363–365  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

361}
362
363export function getRootHostContext() {
364 return NO_CONTEXT;
365}
366
367export function getChildHostContext() {
368 return NO_CONTEXT;

Callers 1

pushHostContainerFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected