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

Enum ContentState

src/content.rs:113–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111unsafe impl Sync for WrappedWand {}
112
113pub enum ContentState {
114 Empty,
115 Running,
116 Ok(WrappedWand),
117 Err(Error),
118}
119
120impl ContentState {
121 pub fn new() -> Shared<ContentState> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected