(home: &Path)
| 272 | } |
| 273 | |
| 274 | fn codex_plugin_install_dir(home: &Path) -> PathBuf { |
| 275 | home.join("plugins/tracedecay") |
| 276 | } |
| 277 | |
| 278 | fn codex_plugin_cached_root(home: &Path) -> PathBuf { |
| 279 | home.join(".codex/plugins/cache/personal/tracedecay") |
no outgoing calls
no test coverage detected