(home: &Path)
| 276 | } |
| 277 | |
| 278 | fn codex_plugin_cached_root(home: &Path) -> PathBuf { |
| 279 | home.join(".codex/plugins/cache/personal/tracedecay") |
| 280 | } |
| 281 | |
| 282 | fn codex_plugin_legacy_cached_root(home: &Path) -> PathBuf { |
| 283 | home.join(".codex/plugins/cache/caveman-home/tracedecay") |
no outgoing calls
no test coverage detected