Skip to main content

find_cue_module_root

Function find_cue_module_root 

Source
pub fn find_cue_module_root(start: &Path) -> Option<PathBuf>
Expand description

Find the CUE module root by walking up from start.

Looks for a cue.mod/ directory. Returns None if no cue.mod is found (will walk to filesystem root).