MCPcopy Create free account
hub / github.com/aeroxy/chrome-devtools-cli / print_result

Function print_result

src/lib.rs:762–768  ·  view source on GitHub ↗
(result: &result::CommandResult)

Source from the content-addressed store, hash-verified

760}
761
762fn print_result(result: &result::CommandResult) {
763 print_output(
764 &result.output,
765 result.navigated_to.as_deref(),
766 result.target_id.as_deref(),
767 );
768}
769
770pub async fn run() -> Result<()> {
771 let cli = match Cli::try_parse() {

Callers 2

runFunction · 0.85
run_direct_fallbackFunction · 0.85

Calls 1

print_outputFunction · 0.85

Tested by

no test coverage detected