Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytesnake/vim-graphical-preview
/ RedrawState
Class
RedrawState
src/render.rs:76–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
75
#[derive(Debug, Serialize)]
76
pub struct RedrawState {
77
should_redraw: bool,
78
update_folding: Option<Vec<usize>>,
79
}
80
81
pub struct Render {
82
stdout: Stdout,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected