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

Function copilot_cli_dir

src/agents/mod.rs:1212–1214  ·  view source on GitHub ↗

Returns the GitHub Copilot CLI config directory.

(home: &Path)

Source from the content-addressed store, hash-verified

1210
1211/// Returns the GitHub Copilot CLI config directory.
1212pub fn copilot_cli_dir(home: &Path) -> PathBuf {
1213 home.join(".copilot")
1214}
1215
1216/// Returns the Kiro IDE user data directory (VS Code-style layout).
1217pub fn kiro_data_dir(home: &Path) -> PathBuf {

Callers 8

installMethod · 0.85
uninstallMethod · 0.85
is_detectedMethod · 0.85
has_tracedecayMethod · 0.85
export_managed_skillsMethod · 0.85

Calls

no outgoing calls