MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / default_identities_dir

Function default_identities_dir

atomic-agent/src/identity.rs:257–259  ·  view source on GitHub ↗

Get the default identities directory: `~/.atomic/identities/`

()

Source from the content-addressed store, hash-verified

255
256/// Get the default identities directory: `~/.atomic/identities/`
257fn default_identities_dir() -> Option<PathBuf> {
258 dirs::home_dir().map(|home| home.join(".atomic").join("identities"))
259}
260
261/// Extract the default identity ID from config.toml content.
262///

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected