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

Class Metadata

src/render.rs:21–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19
20#[derive(Debug, Deserialize)]
21pub struct Metadata {
22 pub file_range: (u64, u64),
23 pub viewport: (u64, u64),
24 pub cursor: u64,
25 pub winpos: (usize, usize),
26 pub char_height: usize,
27}
28
29impl Metadata {
30 pub fn new() -> Metadata {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected