Home
last modified time | relevance | path

Searched refs:is_shallow (Results 1 – 2 of 2) sorted by relevance

/DADK/dadk-user/src/executor/
H A Dsource.rs340 if self.is_shallow(target_dir)? == false { in unshallow()
368 fn is_shallow(&self, target_dir: &CacheDir) -> Result<bool, String> { in is_shallow()
387 let is_shallow = String::from_utf8_lossy(&output.stdout).trim() == "true"; in is_shallow()
388 return Ok(is_shallow);
366 fn is_shallow(&self, target_dir: &CacheDir) -> Result<bool, String> { is_shallow() method
385 let is_shallow = String::from_utf8_lossy(&output.stdout).trim() == "true"; is_shallow() localVariable
H A Dsource.rs340 if self.is_shallow(target_dir)? == false { in unshallow()
368 fn is_shallow(&self, target_dir: &CacheDir) -> Result<bool, String> { in is_shallow() method
387 let is_shallow = String::from_utf8_lossy(&output.stdout).trim() == "true"; in is_shallow() localVariable
388 return Ok(is_shallow); in is_shallow()