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

Function parse_invalid_json

src/mago.rs:843–846  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

841
842 #[test]
843 fn parse_invalid_json() {
844 let result = parse_mago_json("not json", "", "Foo.php", "mago-lint");
845 assert!(result.is_err());
846 }
847
848 // ── no matching file in annotations ─────────────────────────────
849

Callers

nothing calls this directly

Calls 1

parse_mago_jsonFunction · 0.85

Tested by

no test coverage detected