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

Function get_state_file_path

src/shell_session_store.rs:66–68  ·  view source on GitHub ↗
(base_dir: &Path, pid: pid_t)

Source from the content-addressed store, hash-verified

64}
65
66fn get_state_file_path(base_dir: &Path, pid: pid_t) -> PathBuf {
67 base_dir.join(pid.to_string())
68}
69
70/// Persist `value` for the current shell session (keyed by the parent PID of
71/// this process).

Callers 2

registerFunction · 0.85
loadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected