MCPcopy Index your code
hub / github.com/nodegui/react-nodegui / finalizeInitialChildren

Function finalizeInitialChildren

src/components/config.ts:40–47  ·  view source on GitHub ↗
(
    instance: RNComponent,
    newProps: RNProps,
    rootContainerInstance: AppContainer,
    context: any
  )

Source from the content-addressed store, hash-verified

38 workInProgress?: Fiber
39 ): RNComponent;
40 finalizeInitialChildren(
41 instance: RNComponent,
42 newProps: RNProps,
43 rootContainerInstance: AppContainer,
44 context: any
45 ) {
46 return false;
47 }
48 commitMount(
49 instance: RNComponent,
50 newProps: RNProps,

Callers 1

index.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected