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

Method run

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

Source from the content-addressed store, hash-verified

56
57impl Command for Doctor {
58 fn run(&self) -> CliResult<()> {
59 match &self.command {
60 DoctorCommands::RepairDependencyIndex(cmd) => cmd.run(),
61 DoctorCommands::MaterializeCrdt(cmd) => cmd.run(),
62 }
63 }
64}
65
66impl Command for RepairDependencyIndex {

Callers

nothing calls this directly

Calls 10

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

Tested by

no test coverage detected