Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csskit/csskit
/ format
Method
format
crates/csskit/src/commands/find.rs:155–157 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
153
}
154
155
fn format(&self) -> OutputFormat {
156
self.format
157
}
158
159
fn build_context<
'a>(&self, stylesheet: &StyleSheet<'
a>, _src: &str) -> TokenHighlighter {
160
let mut highlighter = TokenHighlighter::new();
Callers
1
run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected