pub fn enter_cwd(cwd: Option<String>) -> Guard
Run f with the ambient cwd temporarily replaced (root unchanged) — used by intra-line cd tracking as it walks a chain’s statements. Restored on drop.
f
cwd
cd