MCPcopy Create free account

hub / github.com/RobPruzan/react-scratch / functions

Functions77 in github.com/RobPruzan/react-scratch

↓ 9 callersFunctionaux
({ lastUpdatedSibling, newViewTree, oldViewTree, parentDomNode, }: { oldViewTree: ReactV
src/react/core.ts:104
↓ 6 callersFunctionfindFirstTagNode
(viewNode: ReactViewTreeNode)
src/react/core.ts:70
↓ 4 callersFunctiongetComponentName
(internalMetadata: ReactComponentInternalMetadata)
src/react/core.ts:445
↓ 3 callersFunctionfindRenderNodeOrThrow
( eq: (node: ReactRenderTreeNode) => boolean, tree: ReactRenderTreeNode )
src/react/core.ts:666
↓ 3 callersFunctionreRenderChild
()
src/react/core.ts:1077
↓ 2 callersFunctionaux
(viewNode: T)
src/utils.ts:79
↓ 2 callersFunctioncompareIndexPaths
( leftIndexPath: Array<number>, rightIndexPath: Array<number> )
src/react/core.ts:603
↓ 2 callersFunctiongenerateViewTree
({ renderNode, parentViewNode, }: { renderNode: ReactRenderTreeNode; parentViewNode: ReactViewTreeNode
src/react/core.ts:931
↓ 2 callersFunctiongenerateViewTreeHelper
({ renderNode, startingFromRenderNodeId, parentViewNode, isEntrypoint = false, }: { renderNode: Reac
src/react/core.ts:959
↓ 2 callersFunctionupdateDom
(args: { oldViewTree: ReactViewTreeNode | null; newViewTree: ReactViewTreeNode | null; insertInfo: |
src/react/core.ts:91
↓ 2 callersFunctionupdateElement
({ props, tagComponent, previousDomRef, lastParent, insertedBefore, }: { tagComponent: TagComponen
src/react/core.ts:25
↓ 1 callersFunctionbuildReactTrees
( rootComponentInternalMetadata: ReactComponentInternalMetadata )
src/react/core.ts:1317
↓ 1 callersFunctioncreateElement
( component: ReactComponentExternalMetadata<T>["component"], props: T, ...children: Array<ReactComponent
src/react/core.ts:468
↓ 1 callersFunctionfindNodeOrThrow
( eq: (node: T) => boolean, tree: T )
src/utils.ts:75
↓ 1 callersFunctionfindParentNodeOrThrow
( eq: (node: T) => boolean, tree: T )
src/utils.ts:118
↓ 1 callersFunctionfindParentViewNode
(id: string)
src/react/core.ts:484
↓ 1 callersFunctionfindRenderNode
( eq: (node: ReactRenderTreeNode) => boolean, tree: ReactRenderTreeNode )
src/react/core.ts:655
↓ 1 callersFunctionfindViewNodeOrThrow
( eq: (node: ReactViewTreeNode) => boolean, tree: ReactViewTreeNode )
src/react/core.ts:622
↓ 1 callersFunctiongenerateRenderNodeChildNodes
({ internalMetadata, parent, }: { internalMetadata: ReactComponentInternalMetadata; parent: ReactRende
src/react/core.ts:747
↓ 1 callersFunctionisChildOf
({ potentialChildId, potentialParentId, }: { potentialParentId: string; potentialChildId: string; })
src/react/core.ts:546
↓ 1 callersFunctionmapComponentToTaggedUnion
( component: ReactComponentExternalMetadata<AnyProps>["component"] )
src/react/core.ts:402
↓ 1 callersFunctionmapExternalMetadataToInternalMetadata
({ externalMetadata, }: { externalMetadata: ReactComponentExternalMetadata<AnyProps>; })
src/react/core.ts:409
↓ 1 callersFunctionreconcileRenderNodeChildNodes
({ oldRenderTreeNodes, newRenderTreeNodes, }: { oldRenderTreeNodes: Array<ReactRenderTreeNode>; newRen
src/react/core.ts:701
↓ 1 callersFunctionsearchForContextStateUpwards
( viewNode: ReactViewTreeNode, ctxId: string )
src/react/core.ts:821
↓ 1 callersFunctiontriggerReRender
({ capturedCurrentlyRenderingRenderNode, }: { capturedCurrentlyRenderingRenderNode: RealElement & { pa
src/react/core.ts:1526
↓ 1 callersFunctionuseMemo
(fn: () => T, deps: Array<unknown>)
src/react/core.ts:1469
FunctionActionButton
()
src/script.ts:326
FunctionAddItemsTest
()
src/script.ts:403
FunctionAnotherLevel
()
src/script.ts:165
FunctionBar
()
src/script.ts:3
FunctionComponent
(props: any)
src/script.ts:84
FunctionConditionalRender
()
src/script.ts:30
FunctionConditionalTest
()
src/script.ts:384
FunctionContainerComponent
()
src/script.ts:295
FunctionContextTest
()
src/script.ts:581
FunctionDataFetcher
()
src/script.ts:614
FunctionDeadParent
()
src/script.ts:525
FunctionDualIncrementer
()
src/script.ts:307
FunctionEvenLower
()
src/script.ts:594
FunctionFoo
()
src/script.ts:48
FunctionIncrement
()
src/script.ts:174
FunctionInnerWrapper
({ counter }: any)
src/script.ts:257
FunctionIsAChild
()
src/script.ts:81
FunctionIsItARootTHing
()
src/script.ts:514
FunctionLeafComponent
()
src/script.ts:287
FunctionListAndItemUnder
()
src/script.ts:453
FunctionListTest
()
src/script.ts:430
FunctionMainComponent
({ children }: any)
src/script.ts:342
FunctionMegaChild
()
src/script.ts:377
FunctionNestThis
()
src/script.ts:130
FunctionOuterWrapper
()
src/script.ts:211
FunctionParentContextTest
()
src/script.ts:605
FunctionPropsTest
(props: any)
src/script.ts:64
FunctionRandomElement
()
src/script.ts:196
FunctionRenrenderedChild
()
src/script.ts:544
FunctionRepro
()
src/script.ts:561
FunctionSimpleChild
()
src/script.ts:191
FunctionSimpleParent
(props: any)
src/script.ts:109
FunctionWrapper
()
src/script.ts:449
FunctioncalculateJsonBytes
(jsonString: string)
src/react/core.ts:599
FunctioncreateContext
(initialValue: T)
src/react/core.ts:889
FunctiondeepCloneTree
(obj: T, seen = new WeakSet())
src/utils.ts:41
FunctiondeepEqual
(a: any, b: any)
src/utils.ts:2
FunctiondeepTraverseAndModify
(obj: any)
src/react/core.ts:1279
FunctionfindNode
( eq: (node: T) => boolean, tree: T )
src/utils.ts:107
FunctionfindParentNode
( eq: (node: T) => boolean, tree: T )
src/utils.ts:152
FunctionfindParentRenderNode
(renderNode: ReactRenderTreeNode)
src/react/core.ts:514
FunctiongetComponentProps
(meta: ReactComponentInternalMetadata)
src/react/core.ts:18
FunctiongetComponentRepr
(internalMetadata: ReactComponentInternalMetadata)
src/react/core.ts:461
Functionrender
( rootElement: ReturnType<typeof createElement>, domEl: HTMLElement )
src/react/core.ts:1664
Functionrun
(f: () => T)
src/utils.ts:1
FunctiontoChild
( child: | ReactComponentExternalMetadata<AnyProps>["children"][number] | null | false )
src/react/core.ts:437
FunctionuseCallback
( fn: () => T, deps: Array<unknown> )
src/react/core.ts:1520
FunctionuseContext
(context: ReturnType<typeof createContext<T>>)
src/react/core.ts:850
FunctionuseEffect
(cb: () => void, deps: Array<unknown>)
src/react/core.ts:1420
FunctionuseRef
(initialValue: T)
src/react/core.ts:1379
FunctionuseState
(initialValue: T)
src/react/core.ts:1613