MCPcopy Create free account
hub / github.com/clayrisser/create-react-renderer / shouldSetTextContent

Function shouldSetTextContent

phaseC/src/reconciler.ts:147–150  ·  view source on GitHub ↗
(_type: Type, _props: Props)

Source from the content-addressed store, hash-verified

145 return {};
146 },
147
148 getChildHostContext(
149 _parentHostContext: HostContext,
150 _type: Type,
151 _rootContainerInstance: Container,
152 ): HostContext {
153 log.debug("getChildHostContext");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected