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

Class SingletonReader

src/lib.rs:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14use error::Result;
15
16struct SingletonReader {
17 inner: RefCell<render::Render>,
18}
19
20fn singleton() -> &'static SingletonReader {
21 // Create an uninitialized static

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected