MCPcopy 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

1use bumpalo::Bump;
2use crossbeam_channel::{Receiver, Sender, bounded};
3use css_ast::{CssAtomSet, StyleSheet, Visitable};
4use css_lexer::Lexer;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected