MCPcopy Index your code
hub / github.com/plotly/dash / createFiberFromText

Function createFiberFromText

dash/deps/react-dom@18.2.0.js:28533–28537  ·  view source on GitHub ↗
(content, mode, lanes)

Source from the content-addressed store, hash-verified

28531 return fiber;
28532 }
28533 function createFiberFromText(content, mode, lanes) {
28534 var fiber = createFiber(HostText, content, null, mode);
28535 fiber.lanes = lanes;
28536 return fiber;
28537 }
28538 function createFiberFromHostInstanceForDeletion() {
28539 var fiber = createFiber(HostComponent, null, null, NoMode);
28540 fiber.elementType = 'DELETED';

Callers 3

updateTextNodeFunction · 0.70
createChildFunction · 0.70
reconcileSingleTextNodeFunction · 0.70

Calls 1

createFiberFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…