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

Function span

src/parser/error_format.rs:328–330  ·  view source on GitHub ↗
(start: u32, end: u32)

Source from the content-addressed store, hash-verified

326 }
327
328 fn span(start: u32, end: u32) -> Span {
329 Span::new(FileId::new("test.php"), pos(start), pos(end))
330 }
331
332 #[test]
333 fn unexpected_minus_instead_of_variable() {

Calls 1

posFunction · 0.85