Skip to main content

resolve_against

Function resolve_against 

Source
pub fn resolve_against(root: &Path, raw_path: &str) -> PathBuf
Expand description

Resolve a raw storage path against <cwd>/.zig/ for callers that don’t have a full StorageManager — used by tests and by code that wants to know the absolute path without going through the backend.