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

Method profiles_dir

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

Source from the content-addressed store, hash-verified

289 }
290
291 pub fn profiles_dir(&self) -> Result<PathBuf> {
292 Ok(home_dir(self.os)?.join(global::PROFILES_DIR))
293 }
294
295 pub fn knowledge_bases_dir(&self) -> Result<PathBuf> {
296 Ok(home_dir(self.os)?.join(global::KNOWLEDGE_BASES_DIR))

Callers 1

migrateFunction · 0.80

Calls 2

joinMethod · 0.80
home_dirFunction · 0.70

Tested by

no test coverage detected