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

Function getChildHostContext

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

Source from the content-addressed store, hash-verified

365}
366
367export function getChildHostContext() {
368 return NO_CONTEXT;
369}
370
371export const scheduleTimeout = setTimeout;
372export const cancelTimeout = clearTimeout;

Callers 1

pushHostContextFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected