MCPcopy Create free account
hub / github.com/CodSpeedHQ/codspeed / load_shell_session_profile

Function load_shell_session_profile

src/config.rs:20–22  ·  view source on GitHub ↗

Look up the active profile for the current shell session, if any.

()

Source from the content-addressed store, hash-verified

18
19/// Look up the active profile for the current shell session, if any.
20pub fn load_shell_session_profile() -> Result<Option<String>> {
21 shell_session_store::load::<String>(SessionKind::Profile)
22}
23
24#[derive(Debug, Clone, Default, Deserialize, Serialize)]
25#[serde(rename_all = "kebab-case")]

Callers 2

listFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected