MCPcopy 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
326impl ColorCommand {
327 pub fn run(&self, config: GlobalConfig) -> CliResult {
328 Extract::run(self, config)
329 }
330}
331
332impl Extract for ColorCommand {

Callers

nothing calls this directly

Calls 1

runFunction · 0.50

Tested by

no test coverage detected