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

Method getRenderOpsForDone

src/ink/log-update.ts:114–121  ·  view source on GitHub ↗
(prev: Frame)

Source from the content-addressed store, hash-verified

112 }
113
114 private getRenderOpsForDone(prev: Frame): Diff {
115 this.state.previousOutput = ''
116
117 if (!prev.cursor.visible) {
118 return [{ type: 'cursorShow' }]
119 }
120 return []
121 }
122
123 render(
124 prev: Frame,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected