Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ hideTextInstance
Function
hideTextInstance
src/ink/reconciler.ts:374–376 ·
view source on GitHub ↗
(node)
Source
from the content-addressed store, hash-verified
372
},
373
resetTextContent() {},
374
hideTextInstance(node) {
375
setTextNodeValue(node,
''
)
376
},
377
unhideTextInstance(node, text) {
378
setTextNodeValue(node, text)
379
},
Callers
nothing calls this directly
Calls
1
setTextNodeValue
Function · 0.85
Tested by
no test coverage detected