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

Function one_positional

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

Source from the content-addressed store, hash-verified

215
216#[test]
217fn one_positional() {
218 let (named, pos) = parse_existing_args("$x, ");
219 assert!(named.is_empty());
220 assert_eq!(pos, 1);
221}
222
223#[test]
224fn two_positional() {

Callers

nothing calls this directly

Calls 1

parse_existing_argsFunction · 0.85

Tested by

no test coverage detected