MCPcopy
hub / github.com/codeaashu/claude-code / renderPreviousOutput_DEPRECATED

Method renderPreviousOutput_DEPRECATED

src/ink/log-update.ts:52–58  ·  view source on GitHub ↗
(prevFrame: Frame)

Source from the content-addressed store, hash-verified

50 }
51
52 renderPreviousOutput_DEPRECATED(prevFrame: Frame): Diff {
53 if (!this.options.isTTY) {
54 // Non-TTY output is no longer supported (string output was removed)
55 return [NEWLINE]
56 }
57 return this.getRenderOpsForDone(prevFrame)
58 }
59
60 // Called when process resumes from suspension (SIGCONT) to prevent clobbering terminal content
61 reset(): void {

Callers 1

unmountMethod · 0.80

Calls 1

getRenderOpsForDoneMethod · 0.95

Tested by

no test coverage detected