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

Function profile_sharded_data_root

src/storage.rs:181–183  ·  view source on GitHub ↗
(profile_root: &Path, project_id: &str)

Source from the content-addressed store, hash-verified

179}
180
181pub fn profile_sharded_data_root(profile_root: &Path, project_id: &str) -> PathBuf {
182 profile_root.join("projects").join(project_id)
183}
184
185pub fn default_profile_project_id(project_root: &Path) -> String {
186 let canonical = project_root

Calls

no outgoing calls