MCPcopy Create free account
hub / github.com/csskit/csskit / File

Class File

crates/csskit_lsp/src/service.rs:40–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38
39#[derive(Debug)]
40pub struct File {
41 pub content: Rope,
42 #[allow(dead_code)]
43 thread: JoinHandle<()>,
44 sender: Sender<FileCall>,
45 receiver: Receiver<FileReturn>,
46}
47
48impl File {
49 fn new() -> Self {

Callers 1

sourcesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected