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

Method run

atomic-cli/src/commands/query/mod.rs:206–221  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

204
205impl Command for Query {
206 fn run(&self) -> CliResult<()> {
207 match &self.command {
208 QueryCommands::Search(cmd) => cmd.run(),
209 QueryCommands::Neighbors(cmd) => cmd.run(),
210 QueryCommands::Callers(cmd) => cmd.run(),
211 QueryCommands::Entities(cmd) => cmd.run(),
212 QueryCommands::Index(cmd) => cmd.run(),
213 QueryCommands::Code(cmd) => cmd.run(),
214 QueryCommands::Graph(cmd) => cmd.run(),
215 QueryCommands::Embed(cmd) => cmd.run(),
216 QueryCommands::Reindex(cmd) => cmd.run(),
217 QueryCommands::Enrich(cmd) => cmd.run(),
218 QueryCommands::Ask(cmd) => cmd.run(),
219 QueryCommands::Plan(cmd) => cmd.run(),
220 }
221 }
222}
223
224// ---------------------------------------------------------------------------

Calls 15

find_repository_rootFunction · 0.85
writeFunction · 0.85
emit_dotFunction · 0.85
emit_htmlFunction · 0.85
temp_dirFunction · 0.85
is_supportedFunction · 0.85
search_contentFunction · 0.85
has_content_indexFunction · 0.85
build_content_indexFunction · 0.85
update_content_indexFunction · 0.85
content_index_statsFunction · 0.85
create_spinnerFunction · 0.85

Tested by

no test coverage detected