Returns the project root path.
(&self)
| 618 | |
| 619 | /// Returns the project root path. |
| 620 | pub fn project_root(&self) -> &Path { |
| 621 | &self.project_root |
| 622 | } |
| 623 | } |
| 624 | |
| 625 | /// Search-result rank bonus applied per node kind, so symbol *definitions* |
no outgoing calls