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

Function codex_repo_plugin_install_dir

src/agents/codex.rs:323–325  ·  view source on GitHub ↗
(project_path: &Path)

Source from the content-addressed store, hash-verified

321}
322
323fn codex_repo_plugin_install_dir(project_path: &Path) -> PathBuf {
324 project_path.join("plugins/tracedecay")
325}
326
327fn codex_repo_marketplace_path(project_path: &Path) -> PathBuf {
328 project_path.join(".agents/plugins/marketplace.json")

Callers 6

install_localMethod · 0.85
update_pluginMethod · 0.85
healthcheckMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected