MCPcopy Create free account
hub / github.com/PHPantom-dev/phpantom_lsp / no_args

Function no_args

tests/unit/named_args_internals.rs:210–214  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

208
209#[test]
210fn no_args() {
211 let (named, pos) = parse_existing_args("");
212 assert!(named.is_empty());
213 assert_eq!(pos, 0);
214}
215
216#[test]
217fn one_positional() {

Callers

nothing calls this directly

Calls 1

parse_existing_argsFunction · 0.85

Tested by

no test coverage detected