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

Function cursor_plugin_install_dir

src/agents/cursor.rs:209–211  ·  view source on GitHub ↗
(home: &Path)

Source from the content-addressed store, hash-verified

207}
208
209fn cursor_plugin_install_dir(home: &Path) -> PathBuf {
210 home.join(".cursor/plugins/local/tracedecay")
211}
212
213fn cursor_plugin_manifest_path(home: &Path) -> PathBuf {
214 cursor_plugin_install_dir(home).join(".cursor-plugin/plugin.json")

Callers 5

uninstallMethod · 0.70
cursor_memory_rule_pathFunction · 0.70
install_cursor_pluginFunction · 0.70
doctor_check_pluginFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected