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