Skip to main content

group_key

Function group_key 

Source
pub fn group_key(cwd: &Path, target_hash: &str) -> String
Expand description

Deterministic session-group id derived from (cwd, target_hash). Two sessions share a group iff they were launched against the same target from the same working directory.