MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / project_root

Method project_root

src/tracedecay/queries.rs:620–622  ·  view source on GitHub ↗

Returns the project root path.

(&self)

Source from the content-addressed store, hash-verified

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*

Callers 15

bench_allFunction · 0.45
run_bench_with_tomlFunction · 0.45
run_serveFunction · 0.45
serve_resolved_projectFunction · 0.45
resolve_serve_startupFunction · 0.45
update_global_dbFunction · 0.45
sample_databaseFunction · 0.45
get_derives_for_nodeMethod · 0.45
node_at_locationMethod · 0.45
new_with_dbsMethod · 0.45

Calls

no outgoing calls