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

Function remove_codex_marketplace_entry

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

Source from the content-addressed store, hash-verified

1029}
1030
1031fn remove_codex_marketplace_entry(home: &Path) -> Result<()> {
1032 let marketplace_path = codex_personal_marketplace_path(home);
1033 remove_codex_marketplace_entry_at(&marketplace_path, "personal")
1034}
1035
1036fn remove_codex_marketplace_entry_at(marketplace_path: &Path, label: &str) -> Result<()> {
1037 if !marketplace_path.exists() {

Callers 1

uninstall_codex_pluginFunction · 0.85

Tested by

no test coverage detected