Skip to main content

executor_for_cwd

Function executor_for_cwd 

Source
pub fn executor_for_cwd(cwd: impl Into<PathBuf>) -> Arc<dyn ToolExecutor> 
Expand description

Build a local executor with an explicit cwd. Kept for callers/tests that predate the runtime selection; daemon startup uses executor_for_kind.