pub fn glob_includes(
xvc_root: &XvcRoot,
pmp: &XvcPathMetadataProvider,
pipeline_rundir: &XvcPath,
glob: &str,
path: &XvcPath,
) -> Result<bool>
Expand description
Checks whether glob
includes path
.
Note that, if the path
is ignored, this fn always returns false