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

Function two_positional

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

Source from the content-addressed store, hash-verified

222
223#[test]
224fn two_positional() {
225 let (named, pos) = parse_existing_args("$x, $y, ");
226 assert!(named.is_empty());
227 assert_eq!(pos, 2);
228}
229
230#[test]
231fn one_named() {

Callers

nothing calls this directly

Calls 1

parse_existing_argsFunction · 0.85

Tested by

no test coverage detected