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

Method resume

src/ink/ink.tsx:797–800  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

795 this.isPaused = true;
796 }
797 resume(): void {
798 this.isPaused = false;
799 this.onRender();
800 }
801
802 /**
803 * Reset frame buffers so the next render writes the full screen from scratch.

Callers 5

exitAlternateScreenMethod · 0.95
editFileInEditorFunction · 0.45
bridgeMainFunction · 0.45
onResumeFunction · 0.45
callFunction · 0.45

Calls 1

onRenderMethod · 0.95

Tested by

no test coverage detected