Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csskit/csskit
/ service.rs
File
service.rs
crates/csskit_lsp/src/service.rs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
use bumpalo::Bump;
2
use crossbeam_channel::{Receiver, Sender, bounded};
3
use css_ast::{CssAtomSet, StyleSheet, Visitable};
4
use css_lexer::Lexer;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected