MCPcopy Create free account
hub / github.com/codeaashu/claude-code / finalizeInitialChildren

Function finalizeInitialChildren

src/ink/reconciler.ts:394–400  ·  view source on GitHub ↗
(
    _node: DOMElement,
    _type: ElementNames,
    props: Props,
  )

Source from the content-addressed store, hash-verified

392 appendChild: appendChildNode,
393 insertBefore: insertBeforeNode,
394 finalizeInitialChildren(
395 _node: DOMElement,
396 _type: ElementNames,
397 props: Props,
398 ): boolean {
399 return props['autoFocus'] === true
400 },
401 commitMount(node: DOMElement): void {
402 getFocusManager(node).handleAutoFocus(node)
403 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected