MCPcopy Create free account
hub / github.com/apache/datafusion / help_mentions_list_command

Function help_mentions_list_command

benchmarks/src/benchmark_runner/cli.rs:73–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71
72 #[test]
73 fn help_mentions_list_command() {
74 let err = build_cli()
75 .try_get_matches_from(["benchmark_runner", "--help"])
76 .unwrap_err();
77 let help = err.to_string();
78
79 assert!(help.contains("list"));
80 }
81}

Callers

nothing calls this directly

Calls 3

build_cliFunction · 0.85
unwrap_errMethod · 0.80
to_stringMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…