MCPcopy Create free account
hub / github.com/bytesnake/vim-graphical-preview / FoldInner

Enum FoldInner

src/render.rs:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52
53#[derive(Debug)]
54pub enum FoldInner {
55 Fold(Fold),
56 Node((CodeId, NodeView)),
57}
58
59impl FoldInner {
60 pub fn is_in_view(&self, metadata: &Metadata, blocks: &BTreeMap<CodeId, Node>) -> bool {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected