find_local_ctx_dir

Function find_local_ctx_dir 

Source
pub fn find_local_ctx_dir() -> Option<PathBuf>
Expand description

Walk from the current directory upward looking for a .ctx/ directory.

Returns the first .ctx/ directory found, or None if the filesystem root is reached without finding one.