Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytesnake/vim-graphical-preview
/ Fold
Class
Fold
src/render.rs:48–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
47
#[derive(Debug)]
48
pub struct Fold {
49
pub line: usize,
50
pub state: FoldState,
51
}
52
53
#[derive(Debug)]
54
pub enum FoldInner {
Callers
1
process
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected