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

Function remove_codex_plugin_bootstrap_source

src/agents/codex.rs:843–848  ·  view source on GitHub ↗
(install_dir: &Path)

Source from the content-addressed store, hash-verified

841}
842
843fn remove_codex_plugin_bootstrap_source(install_dir: &Path) -> Result<()> {
844 if install_dir.exists() && codex_plugin_dir_is_tracedecay(install_dir) {
845 remove_codex_plugin_skills_dir(install_dir)?;
846 }
847 remove_codex_plugin_install(install_dir)
848}
849
850fn remove_codex_plugin_skills_dir(install_dir: &Path) -> Result<()> {
851 let skills_dir = install_dir.join("skills");

Callers 1

uninstall_codex_pluginFunction · 0.85

Calls 4

existsMethod · 0.80

Tested by

no test coverage detected