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

Class Render

src/render.rs:81–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81pub struct Render {
82 stdout: Stdout,
83 blocks: BTreeMap<CodeId, Node>,
84 strcts: BTreeMap<usize, FoldInner>,
85 metadata: Metadata,
86 content: Content,
87}
88
89impl Render {
90 pub fn new() -> Render {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected