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

Function codex_update_project_path

src/agents/codex.rs:331–335  ·  view source on GitHub ↗
(ctx: &InstallContext)

Source from the content-addressed store, hash-verified

329}
330
331fn codex_update_project_path(ctx: &InstallContext) -> Option<PathBuf> {
332 ctx.project_root
333 .clone()
334 .or_else(|| std::env::current_dir().ok())
335}
336
337fn install_codex_plugin(home: &Path, tracedecay_bin: &str) -> Result<()> {
338 let cached_dirs = codex_plugin_cached_install_dirs(home);

Callers 2

update_pluginMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected