MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / run

Method run

atomic-cli/src/commands/doctor.rs:74–80  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

72
73impl Command for Doctor {
74 fn run(&self) -> CliResult<()> {
75 match &self.command {
76 DoctorCommands::RepairDependencyIndex(cmd) => cmd.run(),
77 DoctorCommands::MaterializeCrdt(cmd) => cmd.run(),
78 DoctorCommands::Check(cmd) => cmd.run(),
79 }
80 }
81}
82
83impl Command for Check {

Callers

nothing calls this directly

Calls 12

require_repositoryFunction · 0.85
print_infoFunction · 0.85
print_successFunction · 0.85
print_warningFunction · 0.85
print_hintFunction · 0.85
verify_working_copyMethod · 0.80
is_healthyMethod · 0.80
current_viewMethod · 0.80
cloneMethod · 0.45
is_emptyMethod · 0.45

Tested by

no test coverage detected