Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytesnake/vim-graphical-preview
/ new
Method
new
src/content.rs:121–123 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
119
120
impl ContentState {
121
pub fn new() -> Shared<ContentState> {
122
Arc::new(RwLock::new(ContentState::Empty))
123
}
124
}
125
126
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected