MCPcopy Create free account
hub / github.com/aws/amazon-q-developer-cli / shadow_repo_dir

Method shadow_repo_dir

crates/chat-cli/src/util/paths.rs:279–281  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

277 }
278
279 pub fn shadow_repo_dir(&self) -> Result<PathBuf> {
280 Ok(home_dir(self.os)?.join(global::SHADOW_REPO_DIR))
281 }
282
283 pub fn cli_bash_history(&self) -> Result<PathBuf> {
284 Ok(home_dir(self.os)?.join(global::CLI_BASH_HISTORY))

Callers 2

get_shadow_repo_dirFunction · 0.80
handle_initMethod · 0.80

Calls 2

joinMethod · 0.80
home_dirFunction · 0.70

Tested by

no test coverage detected