MCPcopy Create free account
hub / github.com/CodSpeedHQ/codspeed / run

Function run

src/cli/setup.rs:36–41  ·  view source on GitHub ↗
(args: SetupArgs, setup_cache_dir: Option<&Path>)

Source from the content-addressed store, hash-verified

34}
35
36pub async fn run(args: SetupArgs, setup_cache_dir: Option<&Path>) -> Result<()> {
37 match args.command {
38 Some(SetupCommands::Status) => status(&args.mode),
39 None => setup(&args.mode, setup_cache_dir).await,
40 }
41}
42
43/// Resolve the executors to operate on from the requested modes.
44///

Callers

nothing calls this directly

Calls 2

statusFunction · 0.70
setupFunction · 0.70

Tested by

no test coverage detected