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

Method new

src/render.rs:30–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28
29impl Metadata {
30 pub fn new() -> Metadata {
31 Metadata {
32 file_range: (1, 1),
33 viewport: (1, 1),
34 cursor: 1,
35 winpos: (1, 1),
36 char_height: 0,
37 }
38 }
39}
40
41#[derive(PartialEq, Eq, Clone, Debug)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected