MCPcopy Create free account
hub / github.com/AmrDeveloper/GQL / test_empty_arguments

Function test_empty_arguments

crates/gitql-cli/src/arguments.rs:211–215  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

209
210 #[test]
211 fn test_empty_arguments() {
212 let arguments = vec!["gitql".to_string()];
213 let command = parse_arguments(&arguments);
214 assert!(matches!(command, Command::ReplMode { .. }));
215 }
216
217 #[test]
218 fn test_repl_arguments() {

Callers

nothing calls this directly

Calls 1

parse_argumentsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…