Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
40
pub struct File {
41
pub content: Rope,
42
#[allow(dead_code)]
43
thread: JoinHandle<()>,
44
sender: Sender<FileCall>,
45
receiver: Receiver<FileReturn>,
46
}
47
48
impl File {
49
fn new() -> Self {
Callers
1
sources
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected