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

Function codex_plugin_current_cached_install_dir

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

Source from the content-addressed store, hash-verified

284}
285
286fn codex_plugin_current_cached_install_dir(home: &Path) -> PathBuf {
287 codex_plugin_cached_root(home).join(env!("CARGO_PKG_VERSION"))
288}
289
290fn codex_plugin_cached_install_dirs(home: &Path) -> Vec<PathBuf> {
291 let mut dirs = Vec::new();

Callers 1

Calls 1

codex_plugin_cached_rootFunction · 0.85

Tested by

no test coverage detected