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

Function renderMemo

packages/react-server/src/ReactFizzServer.js:2717–2727  ·  view source on GitHub ↗
(
  request: Request,
  task: Task,
  keyPath: KeyNode,
  type: any,
  props: Object,
  ref: any,
)

Source from the content-addressed store, hash-verified

2715}
2716
2717function renderMemo(
2718 request: Request,
2719 task: Task,
2720 keyPath: KeyNode,
2721 type: any,
2722 props: Object,
2723 ref: any,
2724): void {
2725 const innerType = type.type;
2726 renderElement(request, task, keyPath, innerType, props, ref);
2727}
2728
2729function renderContextConsumer(
2730 request: Request,

Callers 1

renderElementFunction · 0.85

Calls 1

renderElementFunction · 0.70

Tested by

no test coverage detected