MCPcopy 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)]
48pub struct Fold {
49 pub line: usize,
50 pub state: FoldState,
51}
52
53#[derive(Debug)]
54pub enum FoldInner {

Callers 1

processMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected