Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csskit/csskit
/ run
Method
run
crates/csskit/src/commands/colors.rs:327–329 ·
view source on GitHub ↗
(&self, config: GlobalConfig)
Source
from the content-addressed store, hash-verified
325
326
impl ColorCommand {
327
pub fn run(&self, config: GlobalConfig) -> CliResult {
328
Extract::run(self, config)
329
}
330
}
331
332
impl Extract for ColorCommand {
Callers
nothing calls this directly
Calls
1
run
Function · 0.50
Tested by
no test coverage detected