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

Function codex_plugin_install_dir

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

Source from the content-addressed store, hash-verified

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

Callers 6

update_pluginMethod · 0.70
export_managed_skillsMethod · 0.70
uninstall_codex_pluginFunction · 0.70
doctor_check_pluginFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected