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

Method install_local

src/agents/cursor.rs:55–63  ·  view source on GitHub ↗
(&self, ctx: &InstallContext, project_path: &Path)

Source from the content-addressed store, hash-verified

53 }
54
55 fn install_local(&self, ctx: &InstallContext, project_path: &Path) -> Result<()> {
56 install_cursor_plugin(&ctx.home, &ctx.tracedecay_bin)?;
57 sweep_legacy_project_artifacts(project_path)?;
58
59 eprintln!();
60 eprintln!("Cursor local setup uses the tracedecay Cursor plugin.");
61 eprintln!("Reload Cursor so the plugin loads for this workspace.");
62 Ok(())
63 }
64
65 fn post_install<'a>(
66 &'a self,

Callers

nothing calls this directly

Calls 2

install_cursor_pluginFunction · 0.85

Tested by

no test coverage detected