Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
exitAlternateScreen
Method · 0.95
editFileInEditor
Function · 0.45
bridgeMain
Function · 0.45
onResume
Function · 0.45
call
Function · 0.45
Calls
1
onRender
Method · 0.95
Tested by
no test coverage detected