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

Function commitTextUpdate

src/ink/reconciler.ts:460–462  ·  view source on GitHub ↗
(node: TextNode, _oldText: string, newText: string)

Source from the content-addressed store, hash-verified

458 }
459 },
460 commitTextUpdate(node: TextNode, _oldText: string, newText: string): void {
461 setTextNodeValue(node, newText)
462 },
463 removeChild(node, removeNode) {
464 removeChildNode(node, removeNode)
465 cleanupYogaNode(removeNode)

Callers

nothing calls this directly

Calls 1

setTextNodeValueFunction · 0.85

Tested by

no test coverage detected