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

Enum NodeView

src/node_view.rs:5–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3
4#[derive(PartialEq, Eq, Debug)]
5pub enum NodeView {
6 Hidden,
7 UpperBorder(usize, usize),
8 LowerBorder(usize, usize),
9 Visible(usize, usize),
10}
11
12impl NodeView {
13 pub fn new(node: &Node, metadata: &Metadata, offset: isize) -> NodeView {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected