Skip to main content

session_for_thread

Function session_for_thread 

Source
pub fn session_for_thread(thread: &Thread, workspace: PathBuf) -> Session
Expand description

Split helper: derive a Session from an existing Thread without cloning the journal. Headless and TUI call the same constructor so the request shape stays identical.