MCPcopy Index your code
hub / github.com/codeaashu/claude-code / commitMount

Function commitMount

src/ink/reconciler.ts:401–403  ·  view source on GitHub ↗
(node: DOMElement)

Source from the content-addressed store, hash-verified

399 return props['autoFocus'] === true
400 },
401 commitMount(node: DOMElement): void {
402 getFocusManager(node).handleAutoFocus(node)
403 },
404 isPrimaryRenderer: true,
405 supportsMutation: true,
406 supportsPersistence: false,

Callers

nothing calls this directly

Calls 2

getFocusManagerFunction · 0.85
handleAutoFocusMethod · 0.80

Tested by

no test coverage detected