Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytesnake/vim-graphical-preview
/ FoldState
Enum
FoldState
src/render.rs:42–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
41
#[derive(PartialEq, Eq, Clone, Debug)]
42
pub enum FoldState {
43
Folded(usize),
44
Open,
45
}
46
47
#[derive(Debug)]
48
pub struct Fold {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected