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

Method run

atomic-cli/src/commands/triage/mod.rs:30–35  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

28
29impl Command for Triage {
30 fn run(&self) -> CliResult<()> {
31 match &self.command {
32 TriageCommands::Candidates(cmd) => cmd.run(),
33 TriageCommands::Review(cmd) => cmd.run(),
34 }
35 }
36}
37
38/// Subcommands for `atomic triage`.

Callers

nothing calls this directly

Calls 8

find_repository_rootFunction · 0.85
build_reportFunction · 0.85
attest_reportFunction · 0.85
render_htmlFunction · 0.85
write_and_open_htmlFunction · 0.85
print_reportFunction · 0.85
triage_candidate_setMethod · 0.80
is_emptyMethod · 0.45

Tested by

no test coverage detected