MCPcopy Index your code
hub / github.com/react/react / createTextInstance

Function createTextInstance

packages/react-art/src/ReactFiberConfigART.js:309–315  ·  view source on GitHub ↗
(
  text,
  rootContainerInstance,
  internalInstanceHandle,
)

Source from the content-addressed store, hash-verified

307}
308
309export function createTextInstance(
310 text,
311 rootContainerInstance,
312 internalInstanceHandle,
313) {
314 return text;
315}
316
317export function cloneMutableTextInstance(textInstance) {
318 return textInstance;

Callers 2

updateHostTextFunction · 0.90
completeWorkFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected