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

Method root

tests/unit/composer.rs:22–24  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

20 }
21
22 fn root(&self) -> &Path {
23 self.dir.path()
24 }
25
26 /// Create a PHP file at the given relative path with minimal content.
27 fn create_php_file(&self, relative_path: &str, content: &str) {

Calls

no outgoing calls