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

Function codex_plugin_cached_root

src/agents/codex.rs:278–280  ·  view source on GitHub ↗
(home: &Path)

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls

Tested by

no test coverage detected