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

Function unhideTextInstance

src/ink/reconciler.ts:377–379  ·  view source on GitHub ↗
(node, text)

Source from the content-addressed store, hash-verified

375 setTextNodeValue(node, '')
376 },
377 unhideTextInstance(node, text) {
378 setTextNodeValue(node, text)
379 },
380 getPublicInstance: (instance): DOMElement => instance as DOMElement,
381 hideInstance(node) {
382 node.isHidden = true

Callers

nothing calls this directly

Calls 1

setTextNodeValueFunction · 0.85

Tested by

no test coverage detected