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

Class Content

src/content.rs:197–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197pub struct Content {
198 fences_regex: Regex,
199 file_regex: Regex,
200 header_regex: Regex,
201 newlines: Regex,
202}
203
204impl Content {
205 pub fn new() -> Content {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected