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

Function create_test_backend

tests/integration/common/mod.rs:9–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7use tower_lsp::lsp_types::*;
8
9pub fn create_test_backend() -> Backend {
10 Backend::new_test()
11}
12
13/// Create a test backend with the **full embedded stub indices** loaded.
14///

Calls

no outgoing calls