Skip to main content

plan_thread_start

Function plan_thread_start 

Source
pub fn plan_thread_start(
    options: &ThreadStartOptions,
) -> Result<ThreadStartPlan, ThreadPlanError>
Expand description

Pure option preflight for heddle start / heddle thread start.

Validates the name and records pure path-isolation flags derived from options. Does not open the repository or touch the filesystem.