MCPcopy 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)]
42pub enum FoldState {
43 Folded(usize),
44 Open,
45}
46
47#[derive(Debug)]
48pub struct Fold {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected