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

Function cli_config_path

src/agents/kiro.rs:130–132  ·  view source on GitHub ↗
(home: &Path)

Source from the content-addressed store, hash-verified

128}
129
130fn cli_config_path(home: &Path) -> PathBuf {
131 kiro_home(home).join("settings/cli.json")
132}
133
134fn managed_agent_path(home: &Path) -> PathBuf {
135 kiro_home(home).join("agents/tracedecay.json")

Callers 3

installMethod · 0.70
uninstallMethod · 0.70

Calls 1

kiro_homeFunction · 0.85

Tested by

no test coverage detected