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

Method as_dir_name

src/shell_session_store.rs:32–37  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

30
31impl SessionKind {
32 fn as_dir_name(self) -> &'static str {
33 match self {
34 SessionKind::Mode => "codspeed_use_mode",
35 SessionKind::Profile => "codspeed_profile",
36 }
37 }
38}
39
40static SYSTEM: OnceLock<System> = OnceLock::new();

Callers 1

get_root_dirFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected