Searched refs:is_shallow (Results 1 – 2 of 2) sorted by relevance
340 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
340 if self.is_shallow(target_dir)? == false { in unshallow()368 fn is_shallow(&self, target_dir: &CacheDir) -> Result<bool, String> { in is_shallow() method387 let is_shallow = String::from_utf8_lossy(&output.stdout).trim() == "true"; in is_shallow() localVariable388 return Ok(is_shallow); in is_shallow()